1.1.1 • Published 2 months ago

@pedalboard/git-hooks v1.1.1

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

@pedalboard/git-hooks

A set of JS Git hooks

Installation

yarn

yarn add @pedalboard/git-hooks -D

npm

npm i @pedalboard/git-hooks -D

Usage

The hooks are meant to be used in a Git hook (e.g. pre-commmit, commit-msg, etc.).
To use the hooks under this package you need to make sure that your hooks are running in NodeJS env. Here is an example of such a hook:

#!/usr/bin/env node

const {conventionalCommitsValidationHook} = require('@pedalboard/git-hooks');
conventionalCommitsValidationHook.execute();

Hooks

Conventional Commits Validation Hook

This hook's purpose is to make sure all commit messages follow the conventional commits standard.

1.1.1

2 months ago

1.1.0

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago