Learning Yeoman
上QQ阅读APP看书,第一时间看更新

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.