Yeoman generator generating a willson9021 generator
- Install:
npm install -w on generator-generator
- Run:
wi generator
- 'wi generator` shows a wizard for generating a new generator
wi generator:subgenerator <name>
generates a subgenerator with the name<name>
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.
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.
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.
MIT © Pascal Hartig [email protected] and other contributors