0.3.2 • Published 7 years ago

generator-ng-gen v0.3.2

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
7 years ago

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 bower
Install generator-ng-gen:
npm install -g generator-ng-gen

Run

Create your base app
mkdir my-new-project && cd $_
yo ng-gen
Try out some subgenerators (Subgenerator Usage)
yo ng-gen:controller my-controller
yo ng-gen:service my-service
yo ng-gen:component my-component
Serve your app
gulp serve

Documentation

Features

Logo Logo Logo Logo Logo Logo Logo Logo Logo

Logo Logo

List features included

License

MIT

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.1.0

7 years ago