10 lines
224 B
Markdown
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
|
|
```
|