An opinionated Angular 1.5+ template with sub generators.
- Webpack
- ES6 via Babel
- Angular 1.5x
- Unit Testing: karma, mocha, chai
- Code linting: eslint
- Minification
- Webpack Dev Server
- Live Reload (if you have your own server)
npm install yo generator-ngpack -g
Initiate the generator
yo ngpack [options]
Options
- --skip-install
All of these sub generators will lay down a new module in the current working directory by default, unless a relative path is provided.
yo ngpack:component name [path]
options
- --simple: don't add separate css and html files
yo ngpack:directive name [path] [options]
options
- --simple: don't add separate css and html files
yo ngpack:factory name [path]
yo ngpack:filter name [path]
Uses component-based routing
yo ngpack:route name [path]