cli-pomodoro
v2.0.1
Published
A simple, cross-platform [Pomodoro](https://en.wikipedia.org/wiki/Pomodoro_Technique)-like application that runs in your terminal! Requires [Node.js version 14 and up](https://nodejs.org/en/) to work.
Downloads
3
Readme
CLI Pomodoro
A simple, cross-platform Pomodoro-like application that runs in your terminal! Requires Node.js version 14 and up to work.
Quick start
- You must have
Node.js
version 14 and up to be able to use this app. InstallNode.js
using installer for your platform. - Check that you have
Node.js
installed, along withnpx
by using the following command in your terminal:
These commands should show the current version of Node.js and npm installed e.g.,node -v npx -v
node -v v18.13.0
- Install the application with:
npx cli-pomodoro
- After installation, restart the terminal and run this command again:
The app should be working properly with audio now! Happy Pomodoro!npx cli-pomodoro
Using the Application from source code
- Again, you must have
Node.js
version 14 and up to be able to use this app. InstallNode.js
using installer for your platform. - Clone the repository:
git clone https://github.com/hkhoa-ng/cli-pomodoro.git
- Go in to that folder:
cd cli-pomodoro
- Install the required dependencies:
npm install
- Run the application on your terminal:
The application should be running fine in your terminal. If any errors surface, try to stop the process, restart the terminal, and runnode ./index.js
node ./index.js
in your terminal again.
Application interface
Some screenshot of the application working...
Feel free to edit the source code to your liking! This is just a fun little project I did in my free time!