Skip to content

A simple script to install heroku CLI on Termux android app

License

Notifications You must be signed in to change notification settings

SKGHD/Termux-heroku-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Termux-heroku-cli

Contact using TelegramGithub

Hits


A simple bash script to install heroku CLI on Termux android app with a single click.

Installation:

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)"

Getting started:

  1. Login using heroku login -i
  2. Create app using heroku create <app name>
  3. For a list of commands available heroku help
  4. For more info visit : https://devcenter.heroku.com/articles/using-the-cli