@five-vm/cli
Version:
High-performance CLI for Five VM development with WebAssembly integration
12 lines • 308 B
TypeScript
/**
* Five CLI Init Command
*
* Initialize new Five VM projects with templates, configuration,
* and development setup.
*/
import { CommandDefinition } from '../types.js';
/**
* Five init command implementation
*/
export declare const initCommand: CommandDefinition;
//# sourceMappingURL=init.d.ts.map