v0.0.1
This commit is contained in:
@@ -33,3 +33,7 @@ After:
|
|||||||
- [ ] Look into better conventional commit support, look at other CLIs
|
- [ ] Look into better conventional commit support, look at other CLIs
|
||||||
- [ ] Try supporting more than 200 lines by grabbing the diff per file
|
- [ ] Try supporting more than 200 lines by grabbing the diff per file
|
||||||
- [ ] Build landing page
|
- [ ] Build landing page
|
||||||
|
|
||||||
|
# How to run new version
|
||||||
|
|
||||||
|
`npm install -g zx aicommit`
|
||||||
|
|||||||
11
package.json
11
package.json
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "ai-commit",
|
"name": "commitai",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"description": "generates ai commit",
|
"description": "generates ai commit",
|
||||||
"main": "index.js",
|
"main": "aicommit.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"preinstall": "npm install -g zx"
|
"start": "./aicommit.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -13,8 +13,5 @@
|
|||||||
},
|
},
|
||||||
"author": "hassan",
|
"author": "hassan",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/Nutlope/ai-commit/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/Nutlope/ai-commit#readme"
|
"homepage": "https://github.com/Nutlope/ai-commit#readme"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user