Webapp generator
npm install gojo -g
gojo init <project_name>
GoJo is handy if you just need a basic startup for a project.
- It generates package.json
- It generates bower.json and .bowerrc
- It sets up directory structure
- It installs npm modules and bower modules if bower.json and package.json where created
- It sets up a simple gulpfile.js in order to build your project