shrugify / yolo

Commit message generator

Home Page:https://yolo.shrugify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Commit message generator

https://yolo.shrugify.com

License:GNU General Public License v3.0


Languages

Language:PHP 85.7%Language:Twig 9.9%Language:CSS 2.8%Language:JavaScript 1.6%