tarmolov / git-hooks-js

A tool to manage and run project git hooks
167 stars 30 forks source link

Add windows support #52

Closed xcatliu closed 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.5%) to 93.396% when pulling c6e71880e076970acdde590173f6a9aba7a1a073 on xcatliu:add-windows-support into 999c090a23b4508ada643de82026d0526f9fe827 on tarmolov:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.3%) to 94.286% when pulling 13000b90b383848219fc275867a98e5414b84510 on xcatliu:add-windows-support into 999c090a23b4508ada643de82026d0526f9fe827 on tarmolov:master.

xcatliu commented 6 years ago

If anyone want to try the windows version, please install git-hooks-plus instead of git-hooks https://github.com/xcatliu/git-hooks-plus

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.6%) to 94.495% when pulling 5d224c46d446799cd4c3797f633a9baa4c6ccb46 on xcatliu:add-windows-support into 999c090a23b4508ada643de82026d0526f9fe827 on tarmolov:master.

codebling commented 6 years ago

This isn't the first PR to offer Windows support (see #11, #29, #38, #52 and your own #51) but these will likely never be merged. See tarmolov's comment here. I see that you've forked this project but also check out Husky, a very active project which allows you to set up git hooks in your package.json file. It supports OSX, linux and Windows and has support for a few other hooks which git-hooks-js does not.