dart_git_hooks 0.2.2 copy "dart_git_hooks: ^0.2.2" to clipboard
dart_git_hooks: ^0.2.2 copied to clipboard

outdated

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:

$ git_hooks

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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.2

Alternatively, your editor might support dart 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/git_hooks.dart';
import 'package:dart_git_hooks/install/create_hooks.dart';
import 'package:dart_git_hooks/install/hook_template.dart';
import 'package:dart_git_hooks/runtime/git_hooks.dart';
import 'package:dart_git_hooks/uninstall/delete_files.dart';
import 'package:dart_git_hooks/utils/logging.dart';
import 'package:dart_git_hooks/utils/type.dart';
import 'package:dart_git_hooks/utils/utils.dart';
4
likes
0
pub points
74%
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

License

unknown (LICENSE)

Dependencies

meta, path, yaml

More

Packages that depend on dart_git_hooks