Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kristw/generator-easily

 
 

Repository files navigation

generator-easily Build Status Coverage Status

Yeoman generator generating a Yeoman generator (with yeoman-easily)

Getting started

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

Commands

  • yo easily shows a wizard for generating a new generator, with yeoman-easily included and ready to use via this.easily.
  • yo easily:subgenerator <name> generates a subgenerator with the name <name>. The new subgenerator will have yeoman-easily as this.easily.

What do you get?

Scaffolds out a complete generator directory structure for you:

.
├── generators/
│   └── app/
│       ├── index.js
│       └── templates/
│           └── __package.json
├── .editorconfig
├── .gitattributes
├── .gitignore
├── .eslintrc
├── .travis.yml
├── .yo-rc.json
├── package.json
├── gulpfile.js
├── README.md
├── LICENSE
└── test/
    └── app.js

Refer to Yeoman 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.

License

Apache-2 © Krist Wongsuphasawat

Forked from generator-generator

MIT © Pascal Hartig [email protected] and other contributors

About

Generate a Yeoman generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%