Sergio Cruz
Yet another app developer in Orlando, FL.
An introduction to Yeoman and the generator-angular
Presented by @hashtagserg
Twitter:
Website:
Blog:
The guy holding the magic mouse
Big shout out to my friend @davidkpiano
Web scaffolding tool
Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive."
Includes 1000's of generators
A generator is basically a plugin that can be run with the `yo` command to scaffold complete projects or useful parts."
npm install -g yo bower grunt-cli generator-angular
yo angular:controller Foo
Controller file
Test file
yo angular:controller Foo
yo angular:controller Foo
Questions? Hit me up: @hashtagserg
By Sergio Cruz
A brief introduction to Yeoman and the Angular Generator for a more opinionated AngularJS app.