/generator

Rails-inspired generator system that provides scaffolding for your apps

Primary LanguageJavaScript

Generator Build Status

Rails-inspired generator system that provides scaffolding for your apps

Generator output

Generator diff

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.

Officially maintained generators