UNPKG

@hugsylabs/hugsy

Version:

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

6 lines 186 B
/** * Install command - Set up Hugsy in current project */ import { Command } from 'commander'; export declare function installCommand(): Command; //# sourceMappingURL=install.d.ts.map