A simple CLI tool to start a countdown timer.
You can install the Countdown Timer CLI globally using npm:
npm install -g m-countdown-timer
To start the countdown timer, simply run the following command and follow the prompts:
countdown-timer
npx m-countdown-timer
You will be prompted to enter the duration of the countdown timer. You can input the duration in seconds (without symbols), minutes (m
), hours (h
), days (d
), months (M
), years (y
), or as a specific date and time in the format YYYY-MM-DD HH:mm:ss
.
This will start the countdown timer and prompt you to enter the duration.