UNPKG
gcommit-ai
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
AI-powered conventional commit message generator CLI tool
github.com/kingsley-59/gcommit-cli
gcommit-ai
/
src
/
index.ts
7 lines
(4 loc)
•
147 B
text/typescript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
import
{ runCli }
from
"./cli"
;
// Entry point for the compiled CLI. Delegates to cli.ts, which sets up Commander.
runCli
();