File tree Expand file tree Collapse file tree 2 files changed +41
-5
lines changed
Expand file tree Collapse file tree 2 files changed +41
-5
lines changed Original file line number Diff line number Diff line change 1+
12# commit-msg
2- ## Add GROK_API_KEY to system variables
33
4+ ![ Commit-msg Screenshot] ( image.png )
5+
6+ ## Add ` GROK_API_KEY ` to System Variables
7+
8+ Before running the application, ensure you have set the ` GROK_API_KEY ` as a system environment variable.
9+
10+ ---
411
5- ## Setup
6- ``` bash
12+ ## Setup
13+
14+ To set up ` commit-msg ` , run the following command:
15+
16+ ``` bash
717go run src/main.go --setup --path F:/Git/commit-msg --name commit-msg
818```
919
20+ ---
21+
1022## Usage
1123
24+ To run ` commit-msg ` , use:
25+
1226``` bash
1327go run src/main.go --path F:/Git/commit-msg
1428```
15- ### this will run the commit-msg in the current directory
29+
30+ This will execute ` commit-msg ` in the current directory:
31+
1632``` bash
1733go run src/main.go .
18- ```
34+ ```
35+
36+ ---
37+
38+ ## Sample Output
39+
40+ Below is a sample execution of ` commit-msg ` :
41+
42+ ``` bash
43+ # Example output here (replace with actual example)
44+ ```
45+
46+ ---
47+
48+ ## Screenshot
49+
50+ Here’s an image of the application in action:
51+
52+
53+
54+
You can’t perform that action at this time.
0 commit comments