Skip to content

dowenb/totd-tools

Repository files navigation

totd-tools

Tester of The Day CLI tools

oclif Version CircleCI Downloads/week License

Usage

$ 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
...

Commands

totd hello [FILE]

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

totd help [COMMAND]

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

totd interview [FILE]

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

About

Tester of the day tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors