https://github.com/speedphp/tomato
My Pomodoro Timer!
https://github.com/speedphp/tomato
Last synced: about 1 year ago
JSON representation
My Pomodoro Timer!
- Host: GitHub
- URL: https://github.com/speedphp/tomato
- Owner: speedphp
- Created: 2020-06-17T07:47:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T01:31:56.000Z (almost 6 years ago)
- Last Synced: 2025-03-18T14:58:58.787Z (about 1 year ago)
- Language: JavaScript
- Size: 1.55 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
My Pomodoro Timer.
### How do I get set up? ###
```
npm install tomato.js -g
```
### Usage
```
tomato [minute]
```
minute can be a Number or status.
Number is the tomato clock.
status show the history.
### Example
```
tomato 30
```
```
tomato status
```