@ordojs/cli
Version:
Command-line interface for OrdoJS framework
17 lines • 480 B
TypeScript
/**
* @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