2.1.1 • Published 10 years ago

node-cli-timer v2.1.1

Weekly downloads
4
License
ISC
Repository
github
Last release
10 years ago

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