0.0.2 • Published 7 years ago

generator-ng-es-6 v0.0.2

Weekly downloads
4
License
unlicense
Repository
github
Last release
7 years ago

generator-ng-es-6 NPM version Build Status Dependency Status Coverage percentage

Installation

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

npm install -g yo
npm install -g generator-ng-es-6

How to use the ng-es-6 yeoman generator

Create Angular ES6 module

yo ng-es-6:module

The generator will ask for a name to create an Angular ES6 module.

Create Angular ES6 service

yo ng-es-6:service

The generator will ask for a name to create an Angular ES6 service.

Create Angular ES6 component

yo ng-es-6:component

The generator will ask for a name to create an Angular ES6 component.

License

unlicense © Raymon Schouwenaar

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago