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) 163 B
export * from './app'; export * from './commands'; export * from './config-files'; export * from './themes'; export * from './helpers'; export * from './prompts';