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

link-git-hooks

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

link-git-hooks

Easily link your versioned Git hooks to the ones used by the git binary.

  • 0.8.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by600%
Maintainers
3
Weekly downloads
 
Created
Source

Quickly link your versioned Git hooks

This project is no longer maintained

link-git-hooks is no longer actively maintained and is only made available here for reference. The project itself is still capable of linking Git hooks.

What follows is the original README.md:


Table of Contents

  • link-git-hooks

Requirements

Node.js 6.x or later.

Dependencies

This script has no external dependencies.

Usage

To install this utility, run the following command in your console:

npm install -g link-git-hooks

This will make link-git-hooks available as a global binary.

Note that you might require sudo permissions to install the above utility globally.

Usage

In order to run link-git-hooks, open a console (Terminal.app, PuTTY, etc.) and change into a directory that is both a Git repository and includes a sub-directory named hooks.

Then, run the link-git-hooks command.

Should the command fail, verify that link-git-hooks is indeed installed by listing all globally installed modules:

npm list -g

Once executed, link-git-hooks will provide you with information regarding the process.

Please note: link-git-hooks will not replace any (pre-)existing hooks, so it is safe to run multiple times.

Author Information

This module is maintained by the contributors listed on GitHub

Development of this module was sponsored by Operate Happy.

License

Licensed under the Apache License, Version 2.0 (the "License").

You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, without WARRANTIES or conditions of any kind, either express or implied.

See the License for the specific language governing permissions and limitations under the License.

Keywords

FAQs

Package last updated on 22 Jan 2020

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