3.0.1 • Published 7 years ago
@pectin/cli v3.0.1
@pectin/cli
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/cliUsage
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.