Yeoman generator for Angular2
First, install Yeoman and generator-espl-angular using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-espl-angular
Then generate your new project:
yo espl-angular
Generate a new module in your project:
yo espl-angular:module --name ModuleName
Generate a new component in your project:
yo espl-angular:component --name ComponentName
yo espl-angular:component --name ComponentName --dir path
Generate a new service in your project:
yo espl-angular:service --name ServiceName
yo espl-angular:service --name ServiceName --dir path
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
Apache-2.0 © ManishPatil159