commit-guard-cli
Version:
Commit validation, security audits, and dependency checks for Node.js projects. Enforces conventional commits with beautiful terminal output.
18 lines • 531 B
TypeScript
export declare class InitCommand {
private projectRoot;
constructor();
execute(options: {
force?: boolean;
setupType?: string;
installDeps?: boolean;
}): Promise<void>;
private storeSetupPreferences;
private isAlreadyInitialized;
private createHuskyStructure;
private createVanillaGitHooks;
private createHuskyStructure_NonVanilla;
private updatePackageJson;
private createCommitlintConfig;
private createGitIgnoreEntries;
}
//# sourceMappingURL=init.d.ts.map