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.
7 lines • 349 B
TypeScript
export { generateCommitMessage } from './commands/generate';
export { setupShellIntegration } from './commands/setup';
export { GitUtils } from './utils/git';
export { CopilotUtils } from './utils/copilot';
export { checkPrerequisites, installPrerequisites } from './utils/prerequisites';
export * from './types';
//# sourceMappingURL=index.d.ts.map