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
- Host: GitHub
- URL: https://github.com/survi218/yo-yeoman
- Owner: survi218
- Created: 2017-05-29T00:33:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T00:36:03.000Z (over 8 years ago)
- Last Synced: 2025-03-05T21:57:40.970Z (8 months ago)
- Topics: angular-generator, angularjs, bower, generator, grunt, gulp, scaffolding, yeoman, yeoman-generator, yo, yo-angular
- Language: HTML
- Homepage:
- Size: 34.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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