gitwhisper 0.1.10
gitwhisper: ^0.1.10 copied to clipboard
AI-powered Git commit message generator that whispers the perfect commit message for your changes
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate gitwhisperUse it
The package has the following executables:
$ gitwhisper
$ gw
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add gitwhisperWith Flutter:
$ flutter pub add gitwhisperThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
gitwhisper: ^0.1.10Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:gitwhisper/gitwhisper.dart';