UNPKG

chapi-cli

Version:

CloudHubAPI CLI is a command-line tool that simplifies e-point creation, making it quick and easy for users to manage their e-points directly from the terminal.

7 lines (6 loc) 205 B
export { commands } from './commands'; export { actions } from './actions'; export { config } from './config'; export { utils } from './utils'; export { test } from './test'; export { libs } from './lib';