UNPKG

ordojs

Version:

A revolutionary web framework with compile-time optimizations and unified client-server development

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