Skip to content

v0.1.0

Choose a tag to compare

@jackcmeyer jackcmeyer released this 19 Nov 06:06
· 156 commits to master since this release
9a00675

#v0.1.0

  • creates basic npm project
  • allows user to select Source Control, CI, Containerization, Deployment Tool, and Web Framework
  • currently supports GitHub, TravisCI, Docker, Heroku, and ExpressJS
  • automatically creates repository and pushes code to github
  • automatically creates TravisCI for the project
  • automatically creates docker container for the project
  • automatically creates project on heroku
  • automatically generates basic express files