https://github.com/timscodebase/heliquiz
https://github.com/timscodebase/heliquiz
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timscodebase/heliquiz
- Owner: timscodebase
- Created: 2023-01-23T18:04:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T18:27:08.000Z (over 3 years ago)
- Last Synced: 2025-10-13T02:45:42.639Z (8 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heliquiz
## CLI Quiz App
A super fancy CLI tool.
## Take the Quiz
```
npx Heliquiz
```
## Packages Used
[chalk](https://github.com/chalk/chalk) |
[inquirer](https://github.com/SBoudrias/Inquirer.js) |
[gradient-string](https://github.com/bokub/gradient-string) |
[chalk-animation](https://github.com/bokub/chalk-animation) |
[figlet](https://github.com/patorjk/figlet.js) |
[nanospinner](https://github.com/usmanyunusov/nanospinner)
```sh
npm i chalk chalk-animation figlet gradient-string inquirer nanospinner
```