yorkie
githooks management forked from husky
Last updated 7 years ago by yyx990803 .
MIT · Repository · Bugs · Original npm
$ cnpm install yorkie 
SYNC missed versions from official npm registry.

yorkie

Git hooks made easy

This is a fork of husky with a few changes:

  • Prioritizes package.json located next to .git directory, instead of hard-coded upward search. This avoids the problem when a root package in a lerna monorepo and a sub package both depends on husky, it gets confused and double-updates the root git hooks with wrong paths.

  • Changed where hooks are read from in package.json:

    Before

    {
      "scripts": {
        "precommit": "foo"
      }
    }
    

    After

    {
      "gitHooks": {
        "pre-commit": "foo"
      }
    }
    

Current Tags

  • 2.0.0                                ...           latest (7 years ago)

1 Versions

  • 2.0.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (5)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org