Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcong1993/husky-go
husky git hooks manager in go
https://github.com/zcong1993/husky-go
Last synced: about 22 hours ago
JSON representation
husky git hooks manager in go
- Host: GitHub
- URL: https://github.com/zcong1993/husky-go
- Owner: zcong1993
- License: mit
- Created: 2022-03-30T17:47:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T03:42:56.000Z (over 2 years ago)
- Last Synced: 2024-06-20T02:02:01.112Z (5 months ago)
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# husky-go [![test](https://github.com/zcong1993/husky-go/actions/workflows/test.yml/badge.svg)](https://github.com/zcong1993/husky-go/actions/workflows/test.yml)
> husky git hooks manager in go
## install
```shell
brew tap zcong1993/homebrew-tap
brew install zcong1993/tap/husky-go# go user
go install github.com/zcong1993/husky-go@latest
```## usage
`husky-go` provides the same commands as [typicode/husky](https://github.com/typicode/husky).
You can see the husky docs [https://typicode.github.io/husky](https://typicode.github.io/husky).
## License
MIT © zcong1993