0.0.2 • Published 4 years ago

autocomplete-cli v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

autocomplete-cli Build Status

Command line interface autocomplete

Install

$ yarn add autocomplete-cli

Usage

const autoComplete = require('autocomplete-cli')

const start = '> Choose a band: '
const suggestions = new Set(['blink-182', 'green day', '+44'])

await autoComplete({ start, suggestions })

Demo

Related

  • prompt-email — Command line interface prompt email with autocompletion, validation and email lookup

License

MIT © Bu Kinoshita