Tools
Husky
A JavaScript toolsJavaScript tools
Libraries
ArrowJS: Reactivity without a framework
VelocityJS: preview Apache Velocity templates with JavaScript
to use git hooks in JavaScript projects.
Commit without running hooks
Specially useful when it's needed to commit some WIP code.
It needs to use -n/--no-verify option:
git commit -m "WIP" -n
Open questions about Husky
- What does this tool that doesn't do standard Git hooks?
TODO - separate Git from Github tools (in the references are mentioned some Github only tools)