0.0.1 • Published 4 years ago

dxc v0.0.1

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

dxc

Dev buddy for tooling and comfort

oclif Version Downloads/week License

Usage

$ npm install -g dxc
$ dxc COMMAND
running command...
$ dxc (-v|--version|version)
dxc/0.0.1 linux-x64 node-v12.18.1
$ dxc --help [COMMAND]
USAGE
  $ dxc COMMAND
...

Commands

dxc advice

Shares an advice for you.

USAGE
  $ dxc advice

See code: src/commands/advice.ts

dxc help [COMMAND]

display help for dxc

USAGE
  $ dxc help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

dxc inspire

Shares a quote for you.

USAGE
  $ dxc inspire

See code: src/commands/inspire.ts

dxc share

Shares an advice or inspires you with a quote.

USAGE
  $ dxc share

OPTIONS
  -n, --name=advice|inspire  What to share

See code: src/commands/share.ts