toplenboren / simple-git-hooks

A simple git hooks manager for small projects
MIT License
1.32k stars 43 forks source link

chore/add-new-hook #35

Closed ddialar closed 3 years ago

ddialar commented 3 years ago

I've attached the post-merge hook because it's really useful for me.

For example, I've this hook configured with Husky in order to reinstall the whole modules, verify the package-lock.json integrity and run an outdated checking process, after every branch merge.

The other change included in the cli.js file is related with the bewilderment that I had when the error message appears and just next, the info one telling me that everything was fine.

This is the reason why I moved the confirmation message to the try block.

toplenboren commented 3 years ago

Thanks for the feature!

Gonna release a new version on weekends!

ddialar commented 3 years ago

Thank you so much for accepting my proposals. Expecting to use it 🤓

toplenboren commented 3 years ago

@ddialar released in 2.1.0 🎉