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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add husky

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

dependencies:
  husky: ^0.1.0

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:husky/husky.dart';
30
likes
0
pub points
89%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, cli_util, path

More

Packages that depend on husky