0.3.2 • Published 8 years ago
generator-ng-gen v0.3.2
generator-ng-gen
An opinionated ES6 AngularJS Yeoman Generator with Gulp
Based on the excellent (and now unmaintained) Gulp Angular Generator, Ng-Gen generates AngularJS apps as well as essential angular building blocks like components and services.
Usage
More information, options, parameters in the usage documentation page
Install
Install required tools yo, gulp and bower:
npm install -g yo gulp bowerInstall generator-ng-gen:
npm install -g generator-ng-genRun
Create your base app
mkdir my-new-project && cd $_
yo ng-genTry out some subgenerators (Subgenerator Usage)
yo ng-gen:controller my-controller
yo ng-gen:service my-service
yo ng-gen:component my-componentServe your app
gulp serveDocumentation
- docs/README
- More informations about how to use your new project is available in the docs/user-guide
- If you want to know: docs/how-it-works.
Features


License
MIT