Skip to content

devbyray/ng-es6-yeoman-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Angular 1.5.x ES6 yeoman generator to make your life a bit easier 😎

Resources

License

Stars

Watchers

Forks

Packages

No packages published