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.

4 lines 128 B
#!/usr/bin/env node declare function postInstall(): Promise<void>; export { postInstall }; //# sourceMappingURL=install.d.ts.map