@anycli/config
Version:
base config object and standard interfaces for anycli components
9 lines (8 loc) • 332 B
TypeScript
export { IConfig, Config, Options, load } from './config';
export { Command } from './command';
export { Hook, Hooks } from './hooks';
export { Manifest } from './manifest';
export { PJSON } from './pjson';
export { IPlugin, Plugin } from './plugin';
export { Topic } from './topic';
export { CLIError, ExitError } from './errors';