1.0.6 • Published 5 years ago

cwtools v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

cwtools

Tools for node development

NPM Version Licence Build Status Coverage Status Dependency Status

Install

$ yarn global add cwtools

Usage

$ cwtools --help

  Usage
    $ cwtools <command> <options>

  Commands
    release <version>

      Version can be:
        patch | minor | major | prepatch | preminor | premajor | prerelease | 1.2.3

      Options
        --any-branch       Allow publishing from any branch
        --skip-test        Skip cleanup and testing
        --changelog-preset Use `conventional-changelog`
        --tag              Publish under a given dist-tag

  Examples
    $ cwtools release patch
    $ cwtools release 1.0.2
    $ cwtools release 1.0.2-beta.3 --tag=beta