generator-codegen
v0.3.1
Published
Yeoman generator to scaffold new generators
Maintainers
Readme
generator-codegen

An opinionated generator to scaffold new generators
Introduction
This is a Yeoman generator to scaffold new generators. It can be used to generate follownig specialized generators:
- General purpose Yeoman generator
- JHipster Module
Installation
Use following command to globally install this generator:
yarn global add generator-codegenUsage
Navigate to directory where you would like to scaffold new generator.
Use following command to scaffold generator :
yo codegenProvide appropriate prompt answers. This information will be used during generation.
You can also provide
full name,email address,GitHub usernameinformation with command line arguments (in given order):yo codegen "<full name>" "<email address>" "<GitHub username>"Resolve conflicts, if any.
After successful generation, you can try out new generator using yarn link.
License
MIT © Vishal Mahajan
