0.1.8 • Published 4 years ago
@londelo/pomo_go v0.1.8
Pomo GOOOOOOOO
This is a CLI that implements the pomodoro technique and tracks your data on your local device.
Usage
$ npm install -g @londelo/pomo_go
$ pomo COMMAND
running command...
$ pomo (-v|--version|version)
@londelo/pomo_go/0.1.8 darwin-x64 node-v12.16.3
$ pomo --help [COMMAND]
USAGE
$ pomo COMMAND
...
Commands
pomo configure
The Config command will allow you to adjust your pomodoro timer.
USAGE
$ pomo configure
See code: src/commands/configure.js
pomo go
The Go command starts your pomodoro and your break right after it.
USAGE
$ pomo go
See code: src/commands/go.js
pomo help [COMMAND]
display help for pomo
USAGE
$ pomo help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
pomo view
The View command allows you to view the saved records of your past pomodoro's.
USAGE
$ pomo view
See code: src/commands/view.js