An open API service indexing awesome lists of open source software.

https://github.com/survi218/yo-yeoman

The web's scaffolding tool for modern webapps
https://github.com/survi218/yo-yeoman

angular-generator angularjs bower generator grunt gulp scaffolding yeoman yeoman-generator yo yo-angular

Last synced: 7 months ago
JSON representation

The web's scaffolding tool for modern webapps

Awesome Lists containing this project

README

          

# yo-yeoman
Yo scaffolding tool and the Yeoman workflow that comprises of Yo, Grunt, Gulp and Bower for web development. At the end of this exercise, you will be able to:
- Use Yo to scaffold a web development project
- Understand the Yeoman workflow and the tools used in the workflow

# installations

* installing Yo
`````
npm install yo -g
`````
- already installed bower, Grunt and Gulp

* installing Generators
``````
npm install generator-angular -g
``````
- For my project angular generator is required.

Go to your project folder and type:

``````
yo angular
``````
- Then we can select the required dependencies.

we have many generators available in Yeoman website http://yeoman.io