Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 633 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 633 Bytes

Welcome !

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 :

  1. Clone the project
git clone https://github.com/CyrilPerrinjaquet/cli-quiz.git
  1. Install depedencies
npm install
  1. Run the app
node index.js

Then you can modify som equestions as you like!

Have fun coding!