Skip to main content

2 docs tagged with "Automation"

View All Tags

husky

husky is a tool that enables developers to create Git hooks that execute custom scripts. These scripts will be executed before or after certain Git commands are run.

Pre-Commit

In modern software development, formatting code is a crucial step that ensures code consistency and readability. However, formatting code manually can be tedious and error-prone. Fortunately, there are tools that can automate the process of formatting code.