ForbesLindesay / interrogator

πŸ™‹ A collection of common interactive command line user interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ™‹ A collection of common interactive command line user interfaces


Languages

Language:JavaScript 53.9%Language:TypeScript 46.1%