https://github.com/kivs/hooky
Utility to install git hooks from the repo and keeping them in sync
https://github.com/kivs/hooky
cli deno githooks
Last synced: about 2 months ago
JSON representation
Utility to install git hooks from the repo and keeping them in sync
- Host: GitHub
- URL: https://github.com/kivs/hooky
- Owner: kivS
- Created: 2022-06-15T14:40:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T17:21:26.000Z (about 4 years ago)
- Last Synced: 2026-02-24T15:07:22.872Z (4 months ago)
- Topics: cli, deno, githooks
- Language: TypeScript
- Homepage: https://deno.land/x/hooky@v1.0.0
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hooky
Utility to install git hooks from the repo and keeping them in sync
## How to use
- Run directly
```bash
deno run --allow-write --allow-read https://deno.land/x/hooky/main.ts
```
```bash
# or we can run it directly from github
deno run --allow-write --allow-read https://raw.githubusercontent.com/kivS/hooky/main/main.ts
```
- Install as script
```bash
deno install --allow-read --allow-write https://deno.land/x/hooky/main.ts
```
```bash
# then we can run it like so
hooky
```