README
pomodoro-app
A simple pomodoro app for your terminal/CMD.
pomodoro-app will notify the user about the start/stop status via desktop notifications
Installation
$ npm i pomodoro-app -g
Usage
To start the pomodoro timer with default time(25mins)
$ pomodoro
To start the pomodoro timer with custom time (example: 10mins)
$ pomodoro -t 10
or
$ pomodoro --time 10