Skip to main content
Module

x/githooks/githooks.ts>Githooks

Allows you to associate deno tasks with githooks by extending the native deno.json configuration file
Go to Latest
type alias Githooks
import { type Githooks } from "https://deno.land/x/githooks@0.0.3/githooks.ts";
definition: { githooks: Record<string, string[]>; }