Socket
Socket
Sign inDemoInstall

managed-git-hooks

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    managed-git-hooks

Git hook scripts managed along with your repository


Version published
Maintainers
1
Created

Readme

Source

managed-git-hooks

Git hook scripts managed along with your repository

Installation

It's advised to install this module as devDependency in your package.json file so it doesn't get installed on production servers:

npm install --save-dev managed-git-hooks

Usage

Use it just like native git hooks, but instead of .git/hooks you can use a versioned /git-hooks dir.

When installed, this module symlink your hooks to your project's git. Existent hooks will not be overwritten.

Keywords

FAQs

Last updated on 23 Oct 2014

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc