plopfile-generate
v6.0.23
Published
react-query admin generate
Downloads
111
Readme
Installation:
- yarn add plop -D
- yarn add plopfile-generate -D
- create plopfile.js in root:
//plopfile.js
module.exports = function(plop) { const plopInit = require('plopfile-generate'); plopInit(plop); };