0.0.2 • Published 8 years ago

generator-angularmansa v0.0.2

Weekly downloads
9
License
-
Repository
-
Last release
8 years ago

generator-angularmansa NPM version Build Status Dependency Status

Yeoman generator for AngularJS Customized Folder Structure

Installation

First, install Yeoman and generator-angularmansa using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-angularmansa

For local use :

Do npm link in angularmansa folder

Then generate your new project:

To Create App Skelton      : yo angularmansa appname
To Create a module Skelton : yo angularmansa:module moduleName

License

MIT © Manish Kumar Khedawat