Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xhiroga/git-secrets-hooks-cleaner
Remove git-templates for git-secrets from local.
https://github.com/xhiroga/git-secrets-hooks-cleaner
git git-secrets
Last synced: 10 days ago
JSON representation
Remove git-templates for git-secrets from local.
- Host: GitHub
- URL: https://github.com/xhiroga/git-secrets-hooks-cleaner
- Owner: xhiroga
- License: other
- Created: 2022-11-05T00:56:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T11:29:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T21:34:45.389Z (about 2 months ago)
- Topics: git, git-secrets
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-secrets-hooks-cleaner
After uninstalling [`git-secrets`](https://github.com/awslabs/git-secrets), [developer may have to clean hooks generated by git-templates.](https://piruty2.hatenablog.jp/entry/%3Fp%3D521)
## Usage
```shell
./git-secrets-hooks-cleaner list
```## Note
```shell
go mod init git-secrets-hooks-cleaner
cobra-cli init
go run main.go listgo build
./git-secrets-hooks-cleanermake install
which git-secrets-hooks-cleaner
git-secrets-hooks-cleaner listmake uninstall
which git-secrets-hooks-cleaner
```## Reference