Skip to content

Fuji-Noobie-Ghost/quizzy-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUIZZY CLI

NodeJS CLI Quiz Game
Enjoy QUIZ game in your Command Line Interface

#techzara_wcc2

Install NodeJS dependencies

First, you need to install all needed dependencies so open your terminal and run the following command

npm install

Start the game

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

Display help

You can use one of these following commands to display help

node quizzy --help
node quizzy -h
node quizzy help

Features

  • Add a command that create new quiz
  • Add a command that delete quiz
  • Add a delay

Enjoy B)

About

A CLI Quiz game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published