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.

5 lines (4 loc) 225 B
/** @packageDocumentation Easily create managed commands that can handle interactive prompts. Can be used with EasyCLI or directly with yargs */ export * from './command'; export * from './configure'; export * from './init';