aicommits
Version:
Writes your git commit messages for you with AI
25 lines • 477 B
JSON
{
"name": "aicommits",
"version": "3.4.0",
"description": "Writes your git commit messages for you with AI",
"keywords": [
"ai",
"git",
"commit",
"code changes"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Nutlope/aicommits.git"
},
"author": "Hassan El Mghari (@nutlope)",
"type": "module",
"files": [
"dist"
],
"bin": {
"aicommits": "dist/cli.mjs",
"aic": "dist/cli.mjs"
}
}