/consoleread

Primary LanguageJavaScriptMIT LicenseMIT

consoleread

Install with npm:

npm install consoleread --save

or with yarn:

yarn add consoleread

Console read is utility to ask user for input.

Features

  • Reads input from console and returns it as string.
  • Ask questions
  • Display list of options

Contributors