@not-govuk/app-plop-pack
v0.16.3
Published
Generators for use within applications and prototypes.
Readme
NotGovUK - Application plop-pack
Generators for use within applications and prototypes.
Using this package
First install the package into your project:
npm install -D @not-govuk/app-plop-packThen use it in your plopfile.js as follows:
module.exports = plop => {
plop.load('@not-govuk/app-plop-pack');
// ...
}Working on this package
Before working on this package you must install its dependencies using the following command:
pnpm installBuilding
Build the package by compiling the source code.
npm run buildClean-up
Remove any previously built files.
npm run clean