You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to keep building more such tools and do them full time instead of doing it during the weekend, help achieve that if you like the tool.
22
26
23
27
<ahref="https://www.buymeacoffee.com/barelyhuman"><imgsrc="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=barelyhuman&button_colour=000000&font_colour=ffffff&font_family=Inter&outline_colour=ffffff&coffee_colour=FFDD00"></a>
24
28
29
+
## Binaries
25
30
26
-
## Binaries
27
31
Binaries are available on the Github [releases](https://github.com/barelyhuman/commitlog/releases)
28
32
29
-
## Build
33
+
## Build
34
+
30
35
This step is for people who want to use the latest version from the repositories which hasn't been added to releases as a binary yet and for people viewing this on sourcehut , as the binaries aren't uploaded to sourcehut.
31
36
32
37
- Make sure you have go installed on your system , minimum version `1.15`
33
-
- You can either clone the whole repo from sourcehut / github or downlad a tar.gz from sourcehut / github
38
+
- You can either clone the whole repo from sourcehut / github or downlad a tar.gz from sourcehut / github
Web App: [commitlog-web](https://commitlog-web.herokuapp.com/)
62
69
63
-
## Usage
70
+
## Usage
64
71
65
-
The usage is pretty simple, this cli tool assumes that you use [commitlint standards](https://github.com/conventional-changelog/commitlint#what-is-commitlint) while writing your commits, if not it's okay everything will be classified under `Other Changes` instead of being grouped according to type of commit.
72
+
The usage is pretty simple, this cli tool assumes that you use [commitlint standards](https://github.com/conventional-changelog/commitlint#what-is-commitlint) while writing your commits, if not it's okay everything will be classified under `Other Changes` instead of being grouped according to type of commit.
66
73
67
74
**Simple Overview**
68
-
`ci: <message>` - for ci/cd changes
75
+
`ci: <message>` - for ci/cd changes
69
76
`feat|feature: <message>` - for feature changes
70
77
`docs: <message>` - for documents or comment updations in code
71
78
`refactor: <message>` - performance / code clean up changes or total BLOC changes
72
-
`fix: <message>` - for fixes (self-explanatory)
73
-
79
+
`fix: <message>` - for fixes (self-explanatory)
74
80
75
81
### Supported Flags (as of v0.0.4-dev.3)
76
82
77
-
The below mentioned are the flags supported by the current branch and older tags might not support the flags
83
+
The below mentioned are the flags supported by the current branch and older tags might not support the flags
78
84
or certain inputs in flags, use the `-h` flag to see what's supported on the version you are using.
- No Tests added so is probably unstable right now ( If you'd like to help writing tests, feel free to raise a PR)
120
126
- Doesn't work inside a nested folder in the repository, needs to be on the root of the repository to work. (you can use the `-p` flag to set a path to generate logs from)
0 commit comments