0.2.2 • Published 3 years ago

@ulisesantana/cli-timer v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cli-timer

oclif Version Downloads/week License

Run a timer from your shell. node-notifier is a peer dependency which must be installed with --cli option.

npm i --cli node-notifier

Timmy basic example

Usage

$ npm install -g @ulisesantana/cli-timer
$ timmy COMMAND
running command...
$ timmy (-v|--version|version)
@ulisesantana/cli-timer/0.2.1 linux-x64 node-v14.16.0
$ timmy --help [COMMAND]
USAGE
  $ timmy COMMAND
...

Commands

timmy add

describe the command here

USAGE
  $ timmy add

OPTIONS
  -d, --description=description  Timer description.
  -h, --help                     show CLI help
  -m, --minutes=minutes          [default: 1] Time for timer in minutes.
  -s, --seconds=seconds          Time for timer in seconds.

EXAMPLE
  $ timmy add
  Added timer for 1 minute.

See code: src/commands/add.ts

timmy help [COMMAND]

display help for timmy

USAGE
  $ timmy help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help