Tester of The Day CLI tools
$ npm install -g totd-tools
$ totd COMMAND
running command...
$ totd (-v|--version|version)
totd-tools/0.0.0 win32-x64 node-v12.18.3
$ totd --help [COMMAND]
USAGE
$ totd COMMAND
...describe the command here
USAGE
$ totd hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ totd hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
display help for totd
USAGE
$ totd help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Convert CSV from of Interviews to Markdown
USAGE
$ totd interview [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-v, --version show CLI version
EXAMPLE
$ totd interview ./input/input.csv
hello world from ./src/hello.ts!
See code: src/commands/interview.ts