trak-cli
v0.0.0
Published
Log & time tracker for the command line.
Downloads
2
Readme
trak-cli
Log & time tracker for the command line.
Usage
$ npm install -g trak-cli
$ trak COMMAND
running command...
$ trak (-v|--version|version)
trak-cli/0.0.0 darwin-x64 node-v9.2.0
$ trak --help [COMMAND]
USAGE
$ trak COMMAND
...
Commands
trak hello [FILE]
describe the command here
USAGE
$ trak hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ trak hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
trak help [COMMAND]
display help for trak
USAGE
$ trak help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help