Book Image

Learning Yeoman

By : Jonathan Spratley
Book Image

Learning Yeoman

By: Jonathan Spratley

Overview of this book

Table of Contents (17 chapters)
Learning Yeoman
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Modern Workflows for Modern Webapps
Index

Summary


In this chapter, we covered the installation and usage of the four most popular official Yeoman generators:

  • The generator-webapp

  • The generator-angular

  • The generator-backbone

  • The generator-ember

We also covered using the subgenerators of each generator to assist in creating various parts of an application in the desired framework.

In the next chapter, we are going to use the AngularJS generator in detail. We will explore each subgenerator, and create the individual pieces of a single page CRUD application. We'll also explore writing unit tests for each of the AngularJS modules as well as setting up an end-to-end test environment to automate the functionality of the application.