Skip to content

Commit 07740b6

Browse files
authored
Merge pull request #27 from ribeirogab/release/v0.2.2
Release/v0.2.2
2 parents 6712124 + 7a7ef60 commit 07740b6

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/cfy-example.png

41.8 KB
Loading

.github/logo.png

27.2 KB
Loading

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
<div align="center">
2+
<img src=".github/logo.png" alt="commitfy" width="180"/>
3+
</div>
4+
15
# commitfy
26

3-
> Make commit messages easier and faster using AI.
7+
> Generating **commits for you** in 1 second using AI.
48
59
## Description
610

711
`commitfy` is a tool designed to help developers generate efficient and consistent commit messages using artificial intelligence. `commitfy` ensures that your commit messages follow established standards and are clear and informative.
812

13+
![Commitfy Example](.github/cfy-example.png)
14+
915
## Installation
1016

1117
Install `commitfy` globally to use in any repository using npm:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitfy",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"main": "lib/index.js",
55
"repository": "https://github.com/ribeirogab/commitfy.git",
66
"author": "ribeirogab <ribeirogabx@gmail.com>",

0 commit comments

Comments
 (0)