Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Colisweb/cwtools

Repository files navigation

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