@sudoo/coco
Version:
:ocean: A simple command line tool framework
8 lines (7 loc) • 319 B
TypeScript
export { Argument } from "./argument/argument";
export { Command } from "./command/command";
export { Coco } from "./core/coco";
export { Reverse } from "./core/reverse";
export { CORE_EVENT } from "./event/declare";
export { createInfoCommand, parseInfo } from "./info/info";
export { Option } from "./option/option";