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
@@ -34,7 +34,41 @@ Just follow the commands below:
34
34
35
35
## Usage and configuration
36
36
37
-
For this project to work smoothly, you must have in your working directory a file named **commiter.yml**. In this file you must pass the commit convention that you want to use, following the example:
37
+
This program has a cli that you can take advantage of. Running `commit --help`
38
+
will show you the usage and options for your commit. All of them are optional
Or if you are using this forthe first timein your project:
66
+
67
+
```bash
68
+
$ commit --convention changelog
69
+
```
70
+
71
+
To work even more smoothly, have in your working directory a file named **commiter.yml**. In this file you must pass the commit convention that you want to use, following the example:
0 commit comments