@glyphtek/unspecd
Version:
A declarative UI framework for building internal tools and dashboards with TypeScript. Create interactive tables, forms, and dashboards using simple specifications.
12 lines • 456 B
TypeScript
/**
* @fileoverview Init command handler (unspecd init)
*
* This command initializes a new Unspec'd project by creating the necessary
* directory structure, configuration files, and example tools.
*/
/**
* Handles the init command for creating a new Unspec'd project.
* Creates or updates package.json, tools directory, example tool, and unspecd.config.ts.
*/
export declare function initCommand(): Promise<void>;
//# sourceMappingURL=init.d.ts.map