Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 831 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 831 Bytes

generator-megatran

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

Getting Started

What is Yeoman?

(http://yeoman.io)

megatran 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

License

MIT