UNPKG

intelli-prompt

Version:

Intelli Prompt is a Node.js package that provides an interactive command-line interface with real-time suggestions. It allows you to prompt the user for input while providing autocomplete suggestions based on the options you provide.

5 lines (4 loc) 91 B
const intelliPrompt = require('./prompt-sense'); module.exports = { intelliPrompt, }