generator-systelab-angular
v2.3.0
Published
Generator for Systelab Angular applications
Downloads
3
Keywords
Readme
Systelab Angular generator
Yeoman generator for Systelab Angular Applications - lets you quickly set up a project with sensible defaults and best practices.
There are many starting points for building a new Angular single page app, in addition to this one. You can find other options in this list at Yeoman.io.
Usage
Install yeoman and generator-systelab-angular:
npm install -g yo generator-systelab-angularMake a new directory, and cd into it:
mkdir my-new-project && cd $_Run yo systelab-angular, optionally passing an app name:
yo systelab-angular [app-name]