Command line interface autocomplete
$ yarn add autocomplete-cli
const autoComplete = require('autocomplete-cli')
const start = '> Choose a band: '
const suggestions = new Set(['blink-182', 'green day', '+44'])
await autoComplete({ start, suggestions })
- prompt-email — Command line interface prompt email with autocompletion, validation and email lookup
MIT © Bu Kinoshita