Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codethread/pomo-node
simple pomodoro timer with slack intergration
https://github.com/codethread/pomo-node
Last synced: about 2 months ago
JSON representation
simple pomodoro timer with slack intergration
- Host: GitHub
- URL: https://github.com/codethread/pomo-node
- Owner: codethread
- Created: 2019-11-14T15:11:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T13:07:19.000Z (over 3 years ago)
- Last Synced: 2024-10-15T17:21:10.120Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pomo
====simple pomodoro timer with slack intergration
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/@ahdesigns/pomo.svg)](https://npmjs.org/package/@ahdesigns/pomo)
[![Downloads/week](https://img.shields.io/npm/dw/pomo.svg)](https://npmjs.org/package/pomo)
[![License](https://img.shields.io/npm/l/pomo.svg)](https://github.com/AHDesigns/pomo/blob/master/package.json)
[![Coding time tracker](https://wakatime.com/badge/github/AHDesigns/pomo.svg)](https://wakatime.com/badge/github/AHDesigns/pomo)* [Usage](#usage)
* [Commands](#commands)# Usage
```sh-session
$ npm install -g @ahdesigns/pomo
$ pomo COMMAND
running command...
$ pomo (-v|--version|version)
@ahdesigns/pomo/1.2.2 darwin-x64 node-v12.4.0
$ pomo --help [COMMAND]
USAGE
$ pomo COMMAND
...
```# Commands
* [`pomo help [COMMAND]`](#pomo-help-command)
## `pomo help [COMMAND]`
display help for pomo
```
USAGE
$ pomo help [COMMAND]ARGUMENTS
COMMAND command to show help forOPTIONS
--all see all commands in CLI
```_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.1/src/commands/help.ts)_