https://github.com/shrugify/yolo
Commit message generator
https://github.com/shrugify/yolo
commit-message symfony whatthecommit
Last synced: 7 months ago
JSON representation
Commit message generator
- Host: GitHub
- URL: https://github.com/shrugify/yolo
- Owner: shrugify
- License: gpl-3.0
- Archived: true
- Created: 2023-04-05T20:57:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T17:18:03.000Z (over 1 year ago)
- Last Synced: 2025-02-20T09:15:55.563Z (about 1 year ago)
- Topics: commit-message, symfony, whatthecommit
- Language: PHP
- Homepage: https://yolo.shrugify.com
- Size: 1.16 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/shrugify/yolo/actions/workflows/cgl.yaml)
[](https://codecov.io/gh/shrugify/yolo)
# Shrugify 🤷 Yolo
This package deploys a random commit message generator to [yolo.shrugify.com](https://yolo.shrugify.com).
## ⚡ Usage
1. Visit [yolo.shrugify.com](https://yolo.shrugify.com) to get a random commit message.
2. Retrieve and apply a plain text commit message from the shell:
```bash
git commit -m "$(curl -s https://yolo.shrugify.com/message.txt)"
```
3. Pro tip! Create an alias:
```bash
git config --global alias.yolo '!git commit -m "$(curl -s https://yolo.shrugify.com/message.txt)"'
```
4. Bonus! Get the original `What The Commit` messages.
```bash
git commit -m "$(curl -s https://yolo.shrugify.com/whatthecommit.txt)"
```
## 💛 Acknowledgement
This package is inspired by one of my favorite projects: [whatthecommit.com](https://whatthecommit.com)
Thanks to [@ngerakines](https://github.com/ngerakines) and the many other contributors of [`ngerakines/commitment`](https://github.com/ngerakines/commitment).
## ⭐ License
This project is licensed under [GNU General Public License 3.0 (or later)](LICENSE).