pectin

3.6.2 • Public • Published

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.

Package Sidebar

Install

npm i pectin

Weekly Downloads

14

Version

3.6.2

License

ISC

Unpacked Size

10.8 kB

Total Files

7

Last publish

Collaborators

  • evocateur