0.0.2 • Published 6 years ago
@olivr/dohcli v0.0.2
@olivr/dohcli
Installation
Install with:
NPM
npm install -g @olivr/dohcliYarn
yarn global add @olivr/dohcliOr 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 --helpdescribe the command here
USAGE
$ dohcli [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
-v, --version show CLI versionContributing
Project specific
Install dependencies:
yarn installRun tests:
yarn testRun your cli:
./bin/runUse your code as the cli version you use on your system:
yarn linkFor 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 --patchNew feature
When you add functionality in a backwards compatible manner:
yarn version --minorMajor version
When you make incompatible API changes:
yarn version --major