New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cz-customizable-ghooks

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cz-customizable-ghooks

integrate ghooks with cz-customizable configuration

  • 1.1.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

cz-customizable-ghooks

Integrate cz-customizable config with ghooks to use a single configuration for commit message generation AND commit message hooks.

NPM

NPM Version Build Status semantic-release Dependencies status Dev Dependencies status

Prerequisites

  • git
  • Node >= 4.x
  • cz-customizable
  • ghooks

Make sure you have a git repository (git init) BEFORE installing ghooks, otherwise you have to take extra steps if you install ghooks before running git init.

Usage

npm i cz-customizable ghooks cz-customizable-ghooks

Then configure your package.json:

// inside package.json
...
  "config": {
    "cz-customizable": {
      "config": "path/to/your/cz-customizable-rules.js"
    },
    "ghooks": {
      "commit-msg": "./node_modules/cz-customizable-ghooks/index.js $2"
    }
  }
...

Keywords

FAQs

Package last updated on 16 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc