/yolo

Commit message generator

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

CGL codecov

Shrugify 🤷 Yolo

This package deploys a random commit message generator to yolo.shrugify.com.

⚡ Usage

  1. Visit yolo.shrugify.com to get a random commit message.
  2. Retrieve and apply a plain text commit message from the shell:
    git commit -m "$(curl -s https://yolo.shrugify.com/message.txt)"
  3. Pro tip! Create an alias:
    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.
    git commit -m "$(curl -s https://yolo.shrugify.com/whatthecommit.txt)"

💛 Acknowledgement

This package is inspired by one of my favorite projects: whatthecommit.com Thanks to @ngerakines and the many other contributors of ngerakines/commitment.

⭐ License

This project is licensed under GNU General Public License 3.0 (or later).