Home

Awesome

generator-lean-mean Build Status

Yeoman generator

Getting Started

What is Generator Lean Mean?

After using generator-angular-fullstack, I searched for a generator that used Stylus and gulp.

I ended up even preferring the "modular" code organization pattern (link). I moved some folders around and ended up with a clean generator that uses:

The MEAN Stack

Plus these, for personal preferences

The generator will also ask if you want to include

And ask if you'd like to include a top Navbar

Setup

To install generator-lean-mean from npm, run:

$ npm install -g generator-lean-mean

Finally, initiate the generator:

$ yo lean-mean

Subgenerators

front-module

$ yo lean-mean:front-module

Creates an Angular view and controller, and optionally adds it to the Navbar.

Testing

$ gulp test:frontend

To Do

License

GPL