# yeoman

http://yeoman.io/

# what it is ?

scaffolding tool (échaffaudage) (maven) use generators (generator-angular) to scaffold quickly a web app with all configured (grunt tasks, dependencies with bower, ...)

# Sources

https://github.com/yeoman/yeoman

# Wiki

https://github.com/yeoman/yeoman/wiki/Generators

# Generators

https://github.com/yeoman/generator-angular

https://www.npmjs.org/package/generator-angular

# installing a generator

npm install -g generator-_______

# updating a generator

npm update -g generator-_______

# uninstalling a generator

npm uninstall -g generator-_______

# Good tutorial

Linked from official yeoman website

http://net.tutsplus.com/tutorials/javascript-ajax/building-apps-with-the-yeoman-workflow/

http://javamind-fr.blogspot.fr/2013/05/yeoman-ou-comment-etre-productif-quand.html

# karma dependency error

http://stackoverflow.com/questions/22319397/running-yeoman-angular-generator-karma-dependency-error