husky 0.1.2 copy "husky: ^0.1.2" to clipboard
husky: ^0.1.2 copied to clipboard

Husky make it easy to manage your Dart and Flutter project's git hooks.

husky #

Pub Version popularity likes building style: lints

Dart version husky (known in JavaScript comunity)

Husky make it easy to manage your Dart and Flutter project's git hooks.

Install #

Add husky to your dev_dependencies in pubspec.yaml

dev_dependencies:
  husky: latest

Usage #

dart pub get
dart run husky install

Add a hook:

dart run husky add .husky/pre-commit "dart test"
git add .husky/pre-commit

Make a commit:

git commit -m "Keep calm and commit"
# `dart test` will run
21
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Husky make it easy to manage your Dart and Flutter project's git hooks.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, cli_util, path

More

Packages that depend on husky