dxc
Dev buddy for tooling and comfort
- Usage
- Commands
Usage
$ npm install -g @datay/dxc $ dxc COMMAND running command... $ dxc (-v|--version|version) @datay/dxc/0.0.3 linux-x64 node-v12.18.1 $ dxc --help [COMMAND] USAGE $ dxc COMMAND ...Commands
dxc advicedxc help [COMMAND]dxc inspiredxc share
dxc advice
Shares an advice for you.
USAGE
$ dxc adviceSee 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 CLISee code: @oclif/plugin-help
dxc inspire
Shares a quote for you.
USAGE
$ dxc inspireSee 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 shareSee code: src/commands/share.ts