UNPKG

clauditate

Version:

A menubar meditation app that helps you stay mindful while Claude Code works

10 lines 235 B
#!/usr/bin/env node declare class ClauditeInstaller { private rl; constructor(); run(): Promise<void>; private askQuestion; private installHooks; } export { ClauditeInstaller }; //# sourceMappingURL=install.d.ts.map