UNPKG

easy-cli-framework

Version:

A framework for building CLI applications that are robust and easy to maintain. Supports theming, configuration files, interactive prompts, and more.

7 lines (6 loc) 267 B
/** @packageDocumentation Simple functions to be able to prompt your users for a response. */ export * from './prompt-choice'; export * from './prompt-confirm'; export * from './prompt-multiple-choice'; export * from './prompt-number'; export * from './prompt-text';