better_commit 1.5.1
better_commit: ^1.5.1 copied to clipboard
Let's AI write a Better Commit. Better Commit is a Dart package that uses AI to generate meaningful commit messages based on your code changes.
example/lib/main.dart
// Just add your files to stage
// For example:
/// git add .
// And now just use better commit
/// better-commit
/// OR
/// better-commit --custom
// Custom flag will allow you to write your own commit message
// and AI will just improve it and add tag and emoji to it