pectin
v3.6.2
Published
Lightweight CLI for running convention-based rollup builds in lerna monorepos
Downloads
15
Readme
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 pectin
Usage
Test locally with npx
:
npx pectin
Pass --help
to describe available options.
Calling it from an npm script is convenient for CI:
{
"scripts": {
"build": "pectin"
}
}
npm run build
Related
Check the Pectin project docs for more information.