Jerome Etienne 20d734cb85 update 10 yıl önce
..
lib 20d734cb85 update 10 yıl önce
node_modules 20d734cb85 update 10 yıl önce
test 871f6dca95 initial commit 11 yıl önce
changelog.md 871f6dca95 initial commit 11 yıl önce
main.js 20d734cb85 update 10 yıl önce
package.json 20d734cb85 update 10 yıl önce
readme.md 20d734cb85 update 10 yıl önce

readme.md

Generator Build Status

A Rails-inspired generator system that provides scaffolding for your apps.

Generator output

Generator diff

Getting Started

If you're interested in writing your own Yeoman generator we recommend reading the official documentation.

There are typically two types of generators - simple boilerplate 'copiers' and more advanced generators which can use custom prompts, remote dependencies, wiring and much more.

The docs cover how to create generators from scratch as well as recommending command-line generators for making other generators.

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