1.0.6 • Published 3 years ago

mhk-plop v1.0.6

Weekly downloads
17
License
MIT
Repository
github
Last release
3 years ago

mhk-plop

Getting Start ( need two package )

1. yarn add mhk-plop -D
2. yarn add plop -D

Setup for plop code generate

  1. Create a plopfile.js file in the project root dir.
  2. Add the following code to the plopfile.js file.
  module.exports = require('mhk-plop')
  1. Add the following code to the scripts tag of package.json
"generate": "plop"

Usage

yarn generate
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago