interrogator
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

interrogator

A collection of common interactive command line user interfaces

Installation

yarn add interrogator

Usage

import * as interrogator from 'interrogator';

const answer = await interrogator.list('Pick an option', [
  'a',
  'b',
  'c',
] as const);

Readme

Keywords

none

Package Sidebar

Install

npm i interrogator

Weekly Downloads

3,286

Version

2.0.0

License

MIT

Unpacked Size

10.2 kB

Total Files

5

Last publish

Collaborators

  • forbeslindesay