Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).