npm.io
0.5.4 • Published 5d ago

@react-foundry/plop-pack

Licence
MIT
Version
0.5.4
Deps
7
Size
65 kB
Vulns
0
Weekly
0

React Foundry - Plop Pack

Plop pack with misc tools.

Using this package

First install the package into your project:

npm install -D @react-foundry/plop-pack

Then use it in your plopfile.js as follows:

module.exports = plop => {
  plop.load('@react-foundry/plop-pack');

  // ...
}

Working on this package

Before working on this package you must install its dependencies using the following command:

pnpm install
Testing
npm test