Skip to content

blascone/generator-bla-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GENERATOR-BLA-WEB

Yeoman generator for Angular Cli apps with authentication. Good starting point for a new project.


📦 Main tools used

  • yeoman-generator

Usage

Install yo and generator-bla-web from npm:

$ npm install -g yo generator-bla-web

Finally, initiate the generator:

$ yo bla-web

🔧 Developer usage

Set up the generator

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

Generate a new project

Initiate the generator

yo bla-web

🤝 Contributing

  • 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

❤️ Show your support

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