node-cli-timer
v2.1.1
Published
Simple node-cli timer with OSX notifications
Maintainers
Readme
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, 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
