0.16.3 • Published 1 year ago
@not-govuk/plop-pack-internal
Licence
MIT
Version
0.16.3
Deps
7
Size
47 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
NotGovUK - Plop Pack
Plop pack with misc tools.
Using this package
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');
// ...
}
Working on this package
Before working on this package you must install its dependencies using the following command:
pnpm install
Testing
npm test