1.2.1 • Published 12 months ago

volbrene-git-hooks v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Volbrene - Git Hooks

This npm package enables easy configuration and management of Git Hooks for your project.#

Installation

Make sure you have Node.js and npm installed. Install the package with the following command:

npm install --save-dev volbrene-git-hooks

Available Hooks

The following Git hooks are installed in the hooks directory when the package is installed:

pre-commit-msg

This hook automatically parses the commit message based on the feature branch (e.g., feature/IT-1234) to include the ticket number in the commit message.

Example: feat(IT-1234): test commit

1.2.0

1 year ago

1.1.0

1 year ago

1.2.1

12 months ago

1.0.1

2 years ago

1.0.0

2 years ago