v0.0.5
This commit is contained in:
@@ -23,6 +23,8 @@ It currently can only support git diffs of up to 200 lines of code. I'm working
|
|||||||
Now:
|
Now:
|
||||||
|
|
||||||
- Rewrite this in node to publish as an npm package
|
- Rewrite this in node to publish as an npm package
|
||||||
|
- Fix screenshot on npm
|
||||||
|
- add an npm ignore and add demo to README as well
|
||||||
|
|
||||||
Future tasks:
|
Future tasks:
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "aicommits",
|
"name": "aicommits",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"description": "Writes your git commit messages for you with AI",
|
"description": "Writes your git commit messages for you with AI",
|
||||||
"main": "cli.js",
|
"main": "cli.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"gpt-commit": "./index.js"
|
"aicommits": "./cli.js"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/Nutlope/aicommits",
|
"repository": "https://github.com/Nutlope/aicommits",
|
||||||
"author": "Hassan El Mghari (@nutlope)",
|
"author": "Hassan El Mghari (@nutlope)",
|
||||||
|
|||||||
Reference in New Issue
Block a user