void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.54k stars 2.13k forks source link

[Package Request] heroku #24278

Open salif opened 4 years ago

salif commented 4 years ago

Homepage

devcenter.heroku.com/articles/heroku-cli

Source

github.com/heroku/cli

reback00 commented 4 years ago

You can install it with npm:

If you want to use it without using sudo everytime, try these instructions first.

npm install -g heroku

This way you can enjoy what is directly supported by Heroku without using an unsupported medium such as a package created by third party package maintainers like us. Be sure to read the warnings from this page though.

I can probably create a package for Void similar to this Arch AUR package, but does the same thing through nodejs. But let us know if it's still necessary.