JSPM

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

List of Git hooks

Package Exports

  • git-hooks-list

Readme

git-hooks-list

Build Status Coverage Npm Version MIT License

List of Git hooks

Data from Git - githooks Documentation

Install

yarn add git-hooks-list

Usage

import gitHooks from 'git-hooks-list'

console.log(gitHooks)

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