Generators for use within applications and prototypes.
npm install @react-foundry/app-plop-packReact Foundry - Application plop-pack
=====================================
Generators for use within applications and prototypes.
Using this package
------------------
First install the package into your project:
``shell`
npm install -D @react-foundry/app-plop-pack
Then use it in your plopfile.js as follows:
`js
module.exports = plop => {
plop.load('@react-foundry/app-plop-pack');
// ...
}
`
Working on this package
-----------------------
Before working on this package you must install its dependencies using
the following command:
`shell`
pnpm install
Build the package by compiling the source code.
`shell`
npm run build
Remove any previously built files.
`shell``
npm run clean