generator-angular-esky
v1.0.1
Published
Angular generator for eversky team.
Readme
Installation
First, install Yeoman and generator-angular-esky using npm.
npm install -g yo
npm install -g generator-angular-eskyThen generate your new project:
yo angular-eskyCommands
yo angular-eskyshows a wizard for generating a new angular project.
Develop
For continue developing this generator install Gulp and npm dependencies.
npm install -g gulp-cli
npm installGulp tasks
gulp lintgulp testgulp prepublish
Launch tests
Run gulp test or npm test to run the test suite.
