Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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