* chore: update package description and keywords

* chore: update README with new package description and title
This commit is contained in:
di-sukharev
2023-03-10 17:55:51 +08:00
parent e4de6d8186
commit c1a4c3daf2
2 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
<h4 align="center">Author <a href="https://github.com/di-sukharev">@di-sukharev</a> <a href="https://twitter.com/io_Y_oi"><img src="https://img.shields.io/twitter/follow/io_Y_oi?style=flat&label=io_Y_oi&logo=twitter&color=0bf&logoColor=fff" align="center"></a> <h4 align="center">Author <a href="https://github.com/di-sukharev">@di-sukharev</a> <a href="https://twitter.com/io_Y_oi"><img src="https://img.shields.io/twitter/follow/io_Y_oi?style=flat&label=io_Y_oi&logo=twitter&color=0bf&logoColor=fff" align="center"></a>
</h4> </h4>
</div> </div>
<p>AI generates conventional commits with mind-blowing accuracy 🤯🔫</p> <h2>GPT CLI to auto-generate impressive commits in 1 second</h2>
<p>Killing lame commits with AI 🤯🔫</p>
<a href="https://www.npmjs.com/package/opencommit"><img src="https://img.shields.io/npm/v/opencommit" alt="Current version"></a> <a href="https://www.npmjs.com/package/opencommit"><img src="https://img.shields.io/npm/v/opencommit" alt="Current version"></a>
</div> </div>
+5 -1
View File
@@ -1,13 +1,17 @@
{ {
"name": "opencommit", "name": "opencommit",
"version": "1.0.8", "version": "1.0.8",
"description": "AI generates conventional commits with mind-blowing accuracy 🤯🔫", "description": "GPT CLI to auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
"keywords": [ "keywords": [
"git", "git",
"chatgpt", "chatgpt",
"gpt", "gpt",
"ai", "ai",
"openai", "openai",
"opencommit",
"aicommit",
"aicommits",
"gptcommit",
"commit" "commit"
], ],
"main": "cli.js", "main": "cli.js",