A simple bash script to install heroku CLI on Termux android app with a single click.
Just paste the below code in your termux and Done!. Everything will be automatically installed.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/SKGHD/Termux-heroku-cli/master/install.sh)"
- Login using
heroku login -i
- Create app using
heroku create <app name>
- For a list of commands available
heroku help
- For more info visit : https://devcenter.heroku.com/articles/using-the-cli