SKGHD / Termux-heroku-cli

A simple script to install heroku CLI on Termux android app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple script to install heroku CLI on Termux android app

License:MIT License


Languages

Language:Shell 100.0%