Plop pack with misc tools.
First install the package into your project:
npm install -D @not-govuk/plop-pack
Then use it in your plopfile.js
as follows:
module.exports = plop => {
plop.load('@not-govuk/plop-pack');
// ...
}
Before working on this package you must install its dependencies using the following command:
pnpm install
npm test