3.6.2 • Published 4 years ago

pectin v3.6.2

Weekly downloads
391
License
ISC
Repository
github
Last release
4 years ago

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.

3.6.2

4 years ago

3.6.1

5 years ago

3.6.0

5 years ago

3.5.4

5 years ago

3.5.3

5 years ago

3.5.2

5 years ago

3.5.1

5 years ago

3.5.0

5 years ago

3.4.0

5 years ago

3.3.0

5 years ago

3.2.0

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago