git_hooks 1.0.1 git_hooks: ^1.0.1 copied to clipboard
Using dart to prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...).It is similar to husky.
1.0.1 #
- Resolve #19:'.bash_profile: No such file or directory' in MacOS
1.0.0 #
- support null safety
0.1.3-nullsafety.0 #
- add null safety release
0.1.4 #
- pass analyzer
0.1.3 #
- hooks command using relative path from project
0.1.2 #
- add api docs
- fix hooks command error from macos: 'cannot find dart from PATH'
0.1.1 #
- improve package pubspec.yaml
0.1.0 #
- add
GitHooks.init
to create git hooks by using dart code - add
targetFile
argument.
0.0.5 #
- add 'git_hooks uninstall' commands
0.0.4 #
- fix bug MacOS can not create files
0.0.3 #
- improve readme.md
0.0.2 #
- fix some min-bugs and improve readme.md
0.0.1 #
- Initial version