JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1982862
  • Score
    100M100P100Q196053F
  • License MIT

List of Git hooks

Package Exports

  • git-hooks-list

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-hooks-list) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

git-hooks-list

List of Git hooks

Data from Git - githooks Documentation

Install

yarn add git-hooks-list

# OR with npm

npm install git-hooks-list

Usage

const gitHooks = require('git-hooks-list')

console.log(gitHooks)

// => ['applypatch-msg', 'pre-applypatch', 'post-applypatch', 'pre-commit', ...]