PlopJS is a micro-generator framework capable to create new files with predefined code templates and even adding lines of code and existing files.
This repository was used for talk at BigReview, a Globo event.
You can see the talk content here (only portuguese)
After installing the project dependencies with: yarn or npm install you must use the yarn plop command.
At this point, the plopfile.js file will be read.
This repository is just an example of using PlopJS, I strongly recommend that you look at the official documentation