Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prestancedesign/clojure-quiz
Advanced TUI example with nbb
https://github.com/prestancedesign/clojure-quiz
cli clojurescript nbb npm
Last synced: about 2 months ago
JSON representation
Advanced TUI example with nbb
- Host: GitHub
- URL: https://github.com/prestancedesign/clojure-quiz
- Owner: prestancedesign
- Created: 2022-02-08T17:13:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T09:16:40.000Z (over 2 years ago)
- Last Synced: 2024-09-17T11:05:17.982Z (3 months ago)
- Topics: cli, clojurescript, nbb, npm
- Language: Clojure
- Homepage: https://replit.com/@prestancedesign/clojure-quiz
- Size: 34.2 KB
- Stars: 19
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clojure/Script Millionaire CLI Tool
A super fancy CLI tool write in ClojureScript using [nbb](https://github.com/babashka/nbb) (Ad-hoc CLJS scripting on Node.js).
## Take the Quiz
```
npx clojure-quiz
```
or directly in your browser: https://replit.com/@prestancedesign/clojure-quiz## 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
```Thanks Fireship for the original Node.js [project](https://github.com/fireship-io/javascript-millionaire).