3.0.1 • Published 5 years ago

@pectin/cli v3.0.1

Weekly downloads
172
License
ISC
Repository
github
Last release
5 years ago

@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/cli

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.0.1

5 years ago

3.0.0

5 years ago

2.6.0

5 years ago

2.5.2

5 years ago

2.5.1

5 years ago

2.5.0

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.2.0

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

1.3.1

6 years ago

2.0.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago