dart_git_hooks 0.2.6+1 copy "dart_git_hooks: ^0.2.6+1" to clipboard
dart_git_hooks: ^0.2.6+1 copied to clipboard

Using dart to prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...).It is similar to husky.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dart_git_hooks

Use it

The package has the following executables:

$ dart_git_hooks

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_git_hooks

With Flutter:

 $ flutter pub add dart_git_hooks

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dart_git_hooks: ^0.2.6+1

Alternatively, 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:dart_git_hooks/dart_git_hooks.dart';
4
likes
100
pub points
75%
popularity

Publisher

unverified uploader

Using dart to prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...).It is similar to husky.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, cli_util, meta, path, yaml

More

Packages that depend on dart_git_hooks