2.0.0 • Published 1 year ago

interrogator v2.0.0

Weekly downloads
2,032
License
MIT
Repository
github
Last release
1 year 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);