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 166 B
import { CommitOptions } from '../types'; export declare function generateCommitMessage(options: CommitOptions): Promise<void>; //# sourceMappingURL=generate.d.ts.map