@react-foundry/plop-pack
v0.1.7
Published
Plop pack with misc tools.
Readme
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-packThen 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 installTesting
npm test