https://github.com/webextensions/countdown
A simple countdown timer CLI application
https://github.com/webextensions/countdown
Last synced: 5 months ago
JSON representation
A simple countdown timer CLI application
- Host: GitHub
- URL: https://github.com/webextensions/countdown
- Owner: webextensions
- License: mit
- Created: 2024-12-16T18:14:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T21:24:21.000Z (over 1 year ago)
- Last Synced: 2025-08-21T17:07:02.010Z (11 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @webextensions/countdown
A simple countdown timer CLI application.
# Usage without installation
```sh
$ npx @webextensions/countdown
$ npx --yes --prefer-offline @webextensions/countdown
```
# Usage with installation
```sh
$ npm install --global @webextensions/countdown
$ countdown
```
# Command line arguments
```sh
$ countdown
For example:
$ countdown 5 "Proceed" "Aborted"
$ countdown 10 "Launch the rocket" "Abort rocket launch!"
```