UNPKG

git-graft

Version:

NPX CLI tool that generates a configurable Git Hook that prepends branch name patterns to commit messages.

10 lines (9 loc) 312 B
import { Command } from "@oclif/command"; export default class Init extends Command { static description: string; static flags: { version: import("@oclif/parser/lib/flags").IBooleanFlag<void>; help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; }; run(): Promise<void>; }