PlopJS is a micro-generator framework capable of creating new files with predefined code templates and even adding lines of code to existing files.
This repository was used for a talk at BigReview, a GloboTV event, and other presentations.
You can see the talk content here:
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