UNPKG

ordojs

Version:

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

17 lines 480 B
/** * @fileoverview OrdoJS CLI - Command registration */ import { Command } from 'commander'; /** * Register all CLI commands */ export declare function registerCommands(program: Command): void; export * from './accessibility.js'; export * from './build.js'; export * from './css-framework.js'; export * from './deploy.js'; export * from './dev.js'; export * from './i18n.js'; export * from './infrastructure.js'; export * from './init.js'; //# sourceMappingURL=index.d.ts.map