UNPKG

@five-vm/cli

Version:

High-performance CLI for Five VM development with WebAssembly integration

10 lines 338 B
/** * Five CLI Template Command * * Generate starter Five DSL (.v) templates for common patterns * like vaults, escrows, AMMs, fungible tokens, and NFTs. */ import { CommandDefinition } from '../types.js'; export declare const templateCommand: CommandDefinition; export default templateCommand; //# sourceMappingURL=template.d.ts.map