Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 for

OPTIONS
--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)_