opencommit 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -4
- package/out/cli.cjs +6 -2
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -5,13 +5,16 @@
|
|
|
5
5
|
<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>
|
|
6
6
|
</h4>
|
|
7
7
|
</div>
|
|
8
|
-
<
|
|
8
|
+
<h2>GPT CLI to auto-generate impressive commits in 1 second</h2>
|
|
9
|
+
<p>Killing lame commits with AI 🤯🔫</p>
|
|
9
10
|
<a href="https://www.npmjs.com/package/opencommit"><img src="https://img.shields.io/npm/v/opencommit" alt="Current version"></a>
|
|
10
11
|
</div>
|
|
11
12
|
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
<div align="center">
|
|
16
|
+
<img src=".github/opencommit-example.png" alt="OpenCommit example"/>
|
|
17
|
+
</div>
|
|
15
18
|
|
|
16
19
|
All the commits in this repo are done with OpenCommit — look into [the commits](https://github.com/di-sukharev/opencommit/commit/eae7618d575ee8d2e9fff5de56da79d40c4bc5fc) to see how OpenCommit works. Emoji and long commit description text is configurable.
|
|
17
20
|
|
|
@@ -30,10 +33,10 @@ All the commits in this repo are done with OpenCommit — look into [the commits
|
|
|
30
33
|
3. Set the key to opencommit config:
|
|
31
34
|
|
|
32
35
|
```sh
|
|
33
|
-
opencommit config set OPENAI_API_KEY=<
|
|
36
|
+
opencommit config set OPENAI_API_KEY=<your_api_key>
|
|
34
37
|
```
|
|
35
38
|
|
|
36
|
-
Your
|
|
39
|
+
Your api key is stored locally in `~/.opencommit` config file.
|
|
37
40
|
|
|
38
41
|
## Usage
|
|
39
42
|
|
package/out/cli.cjs
CHANGED
|
@@ -15412,14 +15412,18 @@ function G3(t, e2) {
|
|
|
15412
15412
|
// package.json
|
|
15413
15413
|
var package_default = {
|
|
15414
15414
|
name: "opencommit",
|
|
15415
|
-
version: "1.0.
|
|
15416
|
-
description: "
|
|
15415
|
+
version: "1.0.8",
|
|
15416
|
+
description: "GPT CLI to auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
|
|
15417
15417
|
keywords: [
|
|
15418
15418
|
"git",
|
|
15419
15419
|
"chatgpt",
|
|
15420
15420
|
"gpt",
|
|
15421
15421
|
"ai",
|
|
15422
15422
|
"openai",
|
|
15423
|
+
"opencommit",
|
|
15424
|
+
"aicommit",
|
|
15425
|
+
"aicommits",
|
|
15426
|
+
"gptcommit",
|
|
15423
15427
|
"commit"
|
|
15424
15428
|
],
|
|
15425
15429
|
main: "cli.js",
|
package/package.json
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencommit",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.9",
|
|
4
|
+
"description": "GPT CLI to auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"git",
|
|
7
7
|
"chatgpt",
|
|
8
8
|
"gpt",
|
|
9
9
|
"ai",
|
|
10
10
|
"openai",
|
|
11
|
+
"opencommit",
|
|
12
|
+
"aicommit",
|
|
13
|
+
"aicommits",
|
|
14
|
+
"gptcommit",
|
|
11
15
|
"commit"
|
|
12
16
|
],
|
|
13
17
|
"main": "cli.js",
|