ad-rn-generator
v1.0.17
Published
Installation:
Downloads
2
Readme
Installation:
- yarn add plop -D
- yarn add rn-generator -D
- create plopfile.js in root:
//plopfile.js
module.exports = function(plop) { const plopInit = require('rn-generator'); plopInit(plop); };