This is just a fun porject to learn a little bit more what is the @clackjs library for making fun command lines tools that can help us developers automate some of the tasks that are annoying and time effecient (i.e setup a new project, installing/updating dependencies, git commits...)
You can clone it and test it yourself, here are the steps :
- Clone the project
git clone https://github.com/CyrilPerrinjaquet/cli-quiz.git
- Install depedencies
npm install
- Run the app
node index.js
Then you can modify som equestions as you like!
Have fun coding!