https://github.com/himujjal/cli-alarm
https://github.com/himujjal/cli-alarm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/himujjal/cli-alarm
- Owner: Himujjal
- Created: 2020-08-25T18:01:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T18:09:42.000Z (over 4 years ago)
- Last Synced: 2025-01-23T11:37:24.007Z (4 months ago)
- Language: JavaScript
- Size: 348 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A CLI based Alarm
# Install
Paste the following in your terminal
```bash
git clone https://github.com/Himujjal/cli-alarm.git
cd cli-alarm
pnpm i # or npm i
```# Run
Run the program using
```bash
pnpm start # npm start
```# Dev
Development mode using:
```bash
pnpm dev
```