2.0.1 • Published 11 months ago

interrogator v2.0.1

Weekly downloads
2,032
License
MIT
Repository
github
Last release
11 months ago

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);