Rails-like Generators for Yeoman that provide scaffolding for your apps.
If you're interested in writing your own Yeoman 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.
There is currently no formal infrastructure for testing generators, however you may find our mocha generator for custom generators useful.