generator-ng-es-6

>


Keywords
yeoman-generator
License
Unlicense
Install
npm install generator-ng-es-6@0.0.2

Documentation

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