UNPKG

@ordojs/cli

Version:

Command-line interface for OrdoJS framework

11 lines 261 B
/** * @fileoverview OrdoJS CLI - Main entry point */ export * from './cli.js'; export * from './commands/index.js'; export * from './utils/index.js'; /** * CLI version */ export declare const CLI_VERSION = "0.5.0-beta.1"; //# sourceMappingURL=index.d.ts.map