UNPKG

commit-guard-cli

Version:

Commit validation, security audits, and dependency checks for Node.js projects. Enforces conventional commits with beautiful terminal output.

13 lines 421 B
export declare class InstallCommand { execute(): Promise<void>; private installMinimalDependencies; private installDependencies; private tryInstallWithFallbacks; private executeSelectedStrategy; private isPeerDependencyError; private getInstallationAdvice; private setupHusky; private checkNpmVersion; private showManualInstallationGuidance; } //# sourceMappingURL=install.d.ts.map