This commit is contained in:
Hassan El Mghari
2023-02-13 14:33:13 -05:00
parent d60364ea5c
commit 569194767d
2 changed files with 8 additions and 7 deletions

View File

@@ -33,3 +33,7 @@ After:
- [ ] Look into better conventional commit support, look at other CLIs
- [ ] Try supporting more than 200 lines by grabbing the diff per file
- [ ] Build landing page
# How to run new version
`npm install -g zx aicommit`

View File

@@ -1,11 +1,11 @@
{
"name": "ai-commit",
"version": "1.0.0",
"name": "commitai",
"version": "0.0.1",
"description": "generates ai commit",
"main": "index.js",
"main": "aicommit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm install -g zx"
"start": "./aicommit.js"
},
"repository": {
"type": "git",
@@ -13,8 +13,5 @@
},
"author": "hassan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nutlope/ai-commit/issues"
},
"homepage": "https://github.com/Nutlope/ai-commit#readme"
}