plop-merge-json-action

A plop action for merging JSON

Usage no npm install needed!

<script type="module">
  import plopMergeJsonAction from 'https://cdn.skypack.dev/plop-merge-json-action';
</script>

README

Build Status npm version Coverage Status Known Vulnerabilities

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);
  // ...
};