taskfiles/README.md
2024-12-31 20:31:25 -05:00

10 lines
224 B
Markdown

# taskfiles
Here are some [taskfiles](https://taskfile.dev/) I use.
## Hooks
Git hooks for this repo are provided. To use them, configure the `hooksPath` for the repo:
```
$ git config --local core.hooksPath .githooks
```