Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 438 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 438 Bytes

Install

1- copy & past this folder on root of your application this generator needs plopjs make sure to have plopjs installed with bash npm install plop enzyme redux-mock deep-freeze redux-mock-store --save-dev

2- add this script on your package.json file json "scripts": { ... "generator": "plop --plopfile ./generators/plopfile.js" }

3- run the script with bash npm run generator