NodeJS CLI Quiz Game
Enjoy QUIZ game in your Command Line Interface
First, you need to install all needed dependencies so open your terminal and run the following command
npm install
This is a basic command to start the game
npm start
Or you can also use this command
node quizzy
For the next section, we will use this method instead of the first approach
You can use one of these following commands to display help
node quizzy --help
node quizzy -h
node quizzy help
- Add a command that create new quiz
- Add a command that delete quiz
- Add a delay