continuous-publication

0.1.2 • Public • Published

Continuous Publication

Automatically increment and publish module versions. Uses existing published versions to detect next version (rather than depending on the package.json file being updated).

Install

yarn add -D continuous-publication
# or
npm install --save-dev continuous-publication

Usage

$ cp -h

cp [bump]

Increment module version and publish

Positionals:
  bump                   [choices: "patch", "minor", "major"] [default: "patch"]

Options:
  --client                   [string] [choices: "yarn", "npm"] [default: "yarn"]
  --tag       Tag to use when publishing            [string] [default: "latest"]
  --dry       Dry run (do not publish)                [boolean] [default: false]
  -h, --help  Show help                                                [boolean]

Package Sidebar

Install

npm i continuous-publication

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

5.42 kB

Total Files

6

Last publish

Collaborators

  • camacho