A lightweight and barebone generator that uses yeomans generator to create an app based on NodeJS, ExpressJS and AngularJS. Has currently support for generating angular views and controllers. Also uses gulp with nodemon and browsersync.
Yeoman generator
To install the megatran generator following command should be executed to install necessary packages and link them to yeomon.
npm install -g yo
npm install
npm link
Finally, initiate the generator in project folder:
yo megatran
Support for:
Angular.Views
yo megatran:views
Angular.Controllers
yo megatran:controllers
Default gulp runs nodemon and browser-sync:
gulp
MIT