Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 452 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 452 Bytes

Fisherman

Fisherman is a lightweight Git hooks manager written in Rust. It allows you to easily manage and customize Git hooks for your projects, ensuring consistent behavior across your development team.

Features

  • Easy Configuration: Fisherman provides a simple configuration file to define your Git hooks.
  • Pre-commit Hooks: Enforce coding standards, run tests, lint your code, or perform other tasks before committing changes.