UNPKG

@hugsylabs/hugsy

Version:

🐧 Hugsy - Configuration management for Claude Code. Transform complex settings into simple, shareable team standards.

6 lines 195 B
/** * Init command - Initialize Hugsy configuration in current project */ import { Command } from 'commander'; export declare function initCommand(): Command; //# sourceMappingURL=init.d.ts.map