1.0.4 • Published 6 years ago

questions-cli v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Questions CLI

Questions CLI , is a CLI made to communicate with a API Questions. Project for the college subject, Software Engineering.

Installation

Install Node.

Install Question-CLI.

npm install --global questions-cli

Usage

Usage: questions-cli options

A CLI to communicate with the Questions API

Options:

-V, --version  output the version number
-h, --help     output usage information

Commands:

create|c       Creates a question
get|g <id>     Fetchs a question by it's ID
getAll|ga      Fetchs questions
update|u <id>  Updates the question with the given ID
delete|d <id>  Deletes the question with the given ID
1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago