Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

captain-git-hook

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captain-git-hook

define git hooks as scripts in your package.json

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

captain-git-hook version build

define git hooks as scripts in your package.json (requires node >= 0.12)

Usage

package.json

{
  "scripts": {
    "pre-commit": "echo 'this prevents commiting' && exit 1"
  }
}

Add a script to your package.json for any git hook you want to listen to.

Currently supported hooks:

pre-commit
post-commit
post-merge
pre-push

Installation

npm i captain-git-hook

LICENSE

The MIT License (MIT) Maximilian Hoffmann

Keywords

FAQs

Package last updated on 12 Mar 2018

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