Package Exports
- yeoman-generator
- yeoman-generator/lib/actions/invoke
- yeoman-generator/lib/actions/string
- yeoman-generator/lib/util/conflicter
- yeoman-generator/lib/util/log
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (yeoman-generator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Generator 
Rails-inspired generator system that provides scaffolding for your apps
Getting Started
If you're interested in writing your own generator we recommend first checking out any of our current generators. There are typically two types of generators - simple boilerplate 'copiers' and more advanced generators which can use custom prompts, remote dependencies and can do a lot more.
Read about the capabilities of our generators in our docs. This guide will also cover how to create a new generator template using the command-line.
Testing generators
There is currently no formal infrastructure for testing generators, however you may find our mocha generator for custom generators useful.