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.

4 lines (3 loc) 154 B
/** @packageDocumentation Helper functions that are useful for CLI's. ie. Managing CSVs */ export * from './csv-file'; export * from './csv-file-mapper';