Heroku CLI Command To Create New App


To create a new App in Herokup, simply use this command:

heroku create NAME_OF_APPLICATION

Be sure you have a clean GIT repository:

$ git add init
$ git add .
$ git commit -m "NAME OF COMMIT"