Skip to content

SurendraVidiyala/yo-yeoman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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