plop-merge-json-action A plop action for merging JSON Quick Start To enable the use of this action you will need to add the following to your plopfile: const { MergeJsonAction } = require("plop-merge-json-action"); module.exports = (plop) => { // ... MergeJsonAction(plop); // ...};