Your generator will automatically show up in the list if it meets the following criteria. The list is populated every hour.
- Be published on the npmjs.org repository
- Have the following in the module's
package.json
file:- The name should be
generator-your-unique-name
. This means it should begin with `generator-` and be followed by a unique (to npm) name. Scoped name support is coming in the future. yeoman-generator
in the keyword property.- A good description. If you forked the generator, it should describe what is different and why it was forked.
- The name should be
- It'd be nice if it also had the following information:
- Author information including name and link to your homepage.
- Generator documention link as its website.
- Github link in its repository field. Note: If your Github repo is no longer available, your generator will not show up in the list until you remove or update the repo field.
If you don't follow these guidelines, your generator may get added to the blacklist. If your generator is on there, please fix the issues we notified you about and then submit a PR to remove the entry from the blacklist.
Loading generators...
No matching generator found. Try something else.