Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.79 KB

README.md

File metadata and controls

63 lines (42 loc) · 1.79 KB

Dart Hooks

Automating the integration and management of Git Hooks in Dart projects.

Social buttons

errorempire/darthooks stars - DartHooks forks - DartHooks

Repo metadata

GitHub tag License issues - DartHooks

Getting Started 🚀

If the CLI application is available on pub.dev, install via:

dart pub add dart_hooks --dev

then:

dart pub get

Usage 🔨

Check out the examples.

Features 🎉

Supported SDK:

  • Dart
  • Flutter

Supported hooks:

  • pre-commit
  • pre-push

Running grinder tasks 🧪

Check out the Grinder documentation for installation.

To see all available tasks:

grind --help

License

Released under MIT by @bcsizmadia.