shahbaz-project09-countdown-timer
v1.0.2
Published
_This Project is an Interactive Command-Line Interface (CLI) application that provides a Dynamic Countdown Timer._
Downloads
3
Readme
COUNTDOWN TIMER CLI
This Project is an Interactive Command-Line Interface (CLI) application that provides a Dynamic Countdown Timer.
Install
# Install globally (recommended to avoid installation again & again).
npm i shahbaz-project09-countdown-timer
#run directly with npx (installs CLI on every run)
npx shahbaz-project09-countdown-timer
Features
The Adventure Game CLI offers the following features:
- Allows users to set a countdown timer with custom minutes & seconds.
- Displays the remaining time in a table format, updating every second.
- Asks users if they want to rerun the CLI after the countdown ends.
Preview
Deployment
This CLI is deployed as Pacage on Node Pacage Manager
Technologies Used
- Node.js
- TypeScript
- Inquirer (for user input)
- Chalk (for colorful console output)
- Cli-table3 (For Displaying Table)
Dependencies
The application uses the following Dependencies:
- @types/inquirer ^9.0.7
- chalk ^5.3.0
- inquirer ^9.2.12
- cli-table3 ^0.6.3