v0.1.0
#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