3.6.2 • Published 6 years ago
pectin v3.6.2
pectin
Lightweight CLI for running convention-based rollup builds in lerna monorepos
Installation
Add it to your local build by running the following command:
npm i -D pectinUsage
Test locally with npx:
npx pectinPass --help to describe available options.
Calling it from an npm script is convenient for CI:
{
"scripts": {
"build": "pectin"
}
}npm run buildRelated
Check the Pectin project docs for more information.