mhk-plop
v1.0.6
Published
react cli code generator
Downloads
3
Readme
mhk-plop
Getting Start ( need two package )
1. yarn add mhk-plop -D
2. yarn add plop -D
Setup for plop code generate
- Create a plopfile.js file in the project root dir.
- Add the following code to the plopfile.js file.
module.exports = require('mhk-plop')
- Add the following code to the scripts tag of package.json
"generate": "plop"
Usage
yarn generate