node-cli-timer
Version:
Simple node-cli timer with OSX notifications
17 lines (11 loc) • 478 B
Markdown
## Simple console timer app for Node
Shows time in console and notifies you when done.
## Usage
clone this repo (yes, no `npm -g` option yet)
run `npm start <number-of-minutes>` or just `npm start`
_optionally install and run [AnyBar's fork](https://github.com/sfsam/AnyBar)_, fork supports custom colors and text.
## Typical use-cases
* pomodoro-like techniques
* any other use-cases when you want to set a timer
### Run for development with auto-reload
`npm run nodemon`