Skip to content

willson9021/generator-generator

 
 

Repository files navigation

generator-generator Build Status Coverage Status

Yeoman generator generating a willson9021 generator

Yo dawg, I heard you like generators?

Getting started

  • Install: npm install -w on generator-generator
  • Run: wi generator

Commands

  • 'wi generator` shows a wizard for generating a new generator
  • wi 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 the documentation to learn more about creating a wills9021 generator.

Running tests

Run npm test to run my test suite.

These tests will be run automatically in my git repository if you connect Travis CI. it 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 willson9021 is up-to-date, and providing the command or commands that cause the issue.

License

MIT © Pascal Hartig [email protected] and other contributors

About

Generate a willson9021 generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%