generator-angular2-preboot
v1.2.1
Published
The companion generator for the Angular 2 Preboot of @katallaxie
Downloads
9
Maintainers
Readme
Angular 2 Preboot Generator
this is a Yeoman generator which companions the Preboot Template created by @AngularClass
Requirements
This only requires npm -g i yo
.
Installation
all generators are global modules and prefixed with
generator-
npm -g i generator-angular2-preboot
Usage
have
fun
mkdir my-new-app && cd $_
and
yo angular2-webpack-class
Options
cache
Uses the cache directory of yeoman-remote
and fetches the most recent version of master
.
Coded by @katallaxie