1.0.1 • Published 4 years ago

create-heroku-app v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

create-heroku-app

This is a cli to make ready to publish Heroku apps.

oclif Version Downloads/week License

Basic Instructions. (I know they are unconventional, I'm working on it.)

  1. git clone https://github.com/shanemarvinmay/create-heroku-app
  2. create-heroku-app --type=[type of app] --name=[name of app]
    • types of apps:
      • clojure
      • django
      • express
      • go
      • java
      • php
      • ruby
      • scala
    • Example: create-heroku-app --type=express --name=example-app

Important Info!

This is in beta. Making express apps work. The rest are a bit rough and I'll be updating very soon. After every project works, I'll be improving every project, so they'll be easier to use and up to modern standards.

If any project doesn't work, feel free to take out the example app directly out out create-heroku-app directory.