interrogator

A collection of common interactive command line user interfaces

Usage no npm install needed!

<script type="module">
  import interrogator from 'https://cdn.skypack.dev/interrogator';
</script>

README

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