Skip to main content
Module

x/pre_commit/mod.ts

Create the pre-commit file
Latest
File
import { PreCommit } from "./src/pre-commit.ts";
const hook = new PreCommit();// hook.rm();if (!hook.isFileCheck()) hook.createHookFile();hook.run();