Yeoman generator for Angular Cli apps with authentication. Good starting point for a new project.
- yeoman-generator
Install yo
and generator-bla-web
from npm:
$ npm install -g yo generator-bla-web
Finally, initiate the generator:
$ yo bla-web
Clone the repo
git clone https://github.com/blascone/generator-bla-web.git
Navigate to the project folder
cd generator-bla-web
Create a symlink in the global folder
npm link
Initiate the generator
yo bla-web
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Please ⭐ this repository if you like it or this project helped you!
Feel free to open issues or submit pull-requests to help me improving my work.
Copyright © 2019 Blasco Brauzzi