UNPKG

gcommit-ai

Version:

AI-powered conventional commit message generator CLI tool

7 lines (4 loc) 147 B
#!/usr/bin/env node import { runCli } from "./cli"; // Entry point for the compiled CLI. Delegates to cli.ts, which sets up Commander. runCli();