New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

questions-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

questions-cli

A CLI to communicate with the Questions API

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
12
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

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 NVM
    • Windows users: https://github.com/coreybutler/nvm-windows
    • Linux/OSX users: https://github.com/creationix/nvm
  • Install Node 8.4.0
    • nvm install 8.4.0
    • nvm use 8.4.0

Install Question-CLI.

npm install --global questions-cli

Usage

Usage: questions-cli [options] [command]

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

FAQs

Package last updated on 11 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc