0.8.5 • Published 4 years ago

link-git-hooks v0.8.5

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
4 years ago

link-git-hooks

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

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.

Alternatively, you can install the utility directly from Git HEAD by running the following command:

npm install -g https://bitbucket.org/cultivatedops/link-git-hooks/get/HEAD.tar.gz

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.

0.8.5

4 years ago

0.8.3

4 years ago

0.8.2

4 years ago

0.8.0

7 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago