2.0.0 • Published 10 years ago
generator-abk-angular v2.0.0
generator-abk-angular
Yeoman generator for angular modules using some of our patterns
Usage
Install the required tools
npm install yo -gInstall generator-abk-angular
npm install generator-abk-angular -gOpen a console in the root of your project
yo abk-angularAnswer the 2 questions and that's it!

Development
Install dependencies
npm installLink as a global module
npm linkMake changes and tests them using yo command
yo abk-angularBefore push changes run eslint
npm run eslintTesting
npm testCode Coverage
npm run coverage