plop-merge-json-action
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i plop-merge-json-action

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

8.7 kB

Total Files

14

Last publish

Collaborators

  • mrstebo