0.0.2 • Published 4 years ago

@olivr/dohcli v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@olivr/dohcli

Installation

Install with:

  • NPM

    npm install -g @olivr/dohcli
  • Yarn

    yarn global add @olivr/dohcli
  • Or use directly with NPX

    npx @olivr/dohcli

Usage

To view all the available commands you can run the CLI with the --help flag.

Example with NPX:

npx @olivr/dohcli --help
describe the command here

USAGE
  $ dohcli [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print
  -v, --version    show CLI version

Contributing

Project specific

Install dependencies:

yarn install

Run tests:

yarn test

Run your cli:

./bin/run

Use your code as the cli version you use on your system:

yarn link

For maintainers

We follow Semantic versioning and make use of Yarn version to manage new versions.

Patch

When you make backwards compatible bug fixes:

yarn version --patch

New feature

When you add functionality in a backwards compatible manner:

yarn version --minor

Major version

When you make incompatible API changes:

yarn version --major
0.0.2

4 years ago

0.0.1

4 years ago