Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# JavaScript Millionaire CLI Tool

A super fancy CLI tool.

Watch the full [Node.js CLI Tutorial](https://youtu.be/_oHByo8tiEY) video on YouTube.

A super fancy CLI tool.

Watch the full [Node.js CLI Tutorial](https://youtu.be/_oHByo8tiEY) video on YouTube.

## Take the Quiz

Expand All @@ -14,14 +12,13 @@ npx firequiz

## Packages Used

[chalk](https://github.com/chalk/chalk) |
[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
```