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

Self-test questions


The following are questions the reader should be able to answer by the end of this chapter:

  1. Which command do you use to invoke a subgenerator?

  2. What is the default templating library Yeoman uses to process templates?

  3. What are the two types of code generators?

  4. What two tests are created when invoking the Yeoman generator-generator?

  5. What library is used to test Yeoman generators?

  6. What prompting library does Yeoman use for its command prompts?

  7. What are the four methods that are generated on the custom generator object?

  8. Which class must you extend when creating a subgenerator?