generator-generator

Generate a Yeoman generator

  • Owner: yeoman/generator-generator
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

generator-generator Build Status Coverage Status

Yeoman generator generating a Yeoman generator

Yo dawg, I heard you like generators?

Getting started

  • Install: npm install -g generator-generator
  • Run: yo generator

Commands

  • yo generator shows a wizard for generating a new generator
  • yo generator:subgenerator <name> generates a subgenerator with the name <name>

What do you get?

Scaffolds out a complete generator directory structure for you:

.
├── generators/
│   └── app/
│       ├── index.js
│       └── templates/
│           └── dummyfile.txt
├── .editorconfig
├── .eslintignore
├── .gitattributes
├── .gitignore
├── .travis.yml
├── .yo-rc.json
├── LICENSE
├── README.md
├── package.json
└── __tests__/
    └── app.js

Refer to our documentation to learn more about creating a Yeoman generator.

Running tests

Run npm test to run your test suite.

These tests will be run automatically in your git repository if you connect Travis CI. You can also track test coverage using Coveralls.

Contributing

See the contribution docs.

When submitting an issue, please follow the
guidelines
.
It is especially important to make sure Yeoman is up-to-date, and providing the
command or commands that cause the issue.

License

MIT © Pascal Hartig phartig@rdrei.net and other contributors

Overview

Name With Owneryeoman/generator-generator
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:
Release Count32
Last Release Namev5.1.0 (Posted on 2021-03-06 17:48:30)
First Release Namev0.1.0 (Posted on 2013-03-02 23:53:34)
Created At2013-03-02 22:05:35
Pushed At2024-04-18 03:24:48
Last Commit At
Stargazers Count1.2k
Watchers Count40
Fork Count236
Commits Count315
Has Issues Enabled
Issues Count140
Issue Open Count17
Pull Requests Count80
Pull Requests Open Count4
Pull Requests Close Count33
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top