UNPKG

git-suggest

Version:

A lightweight command-line tool that automatically generates contextual, high-quality Git commit messages based on your staged code changes. Powered by GitHub Copilot CLI, it helps you write smarter commits with less typing.

3 lines 183 B
import { ShellIntegrationOptions } from '../types'; export declare function setupShellIntegration(options: ShellIntegrationOptions): Promise<void>; //# sourceMappingURL=setup.d.ts.map