https://github.com/willkirkmanm/committer
⭐ Push Your Git Commit Messages To The Moon 🚀
https://github.com/willkirkmanm/committer
cli commit commitlint git terminal
Last synced: about 2 months ago
JSON representation
⭐ Push Your Git Commit Messages To The Moon 🚀
- Host: GitHub
- URL: https://github.com/willkirkmanm/committer
- Owner: WillKirkmanM
- Created: 2023-03-15T08:28:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T20:58:53.000Z (about 3 years ago)
- Last Synced: 2025-06-02T17:14:00.829Z (about 1 year ago)
- Topics: cli, commit, commitlint, git, terminal
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Committer
⭐Push Your Git Commit Messages to the Moon
[](https://asciinema.org/a/GeoloSaR4JFMcGHWZHveJmObB)
## Developing
To add a development build to the path. Make sure you have
`export PATH=$PATH:~/.local/bin/`
in your shell rc file.
Once that is done, you can run the command to add the development binary to your path.:
```
$ make path
```
To remove the binary from your path, run this command:
```
$ make cleanPath
```
## Building
To build normally, run the command:
```
$ make build
```
To build with the lowest binary size run:
```
$ make production
```