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

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

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
```