Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngerakines/commitment

A commit message generator that I use.
https://github.com/ngerakines/commitment

Last synced: 4 days ago
JSON representation

A commit message generator that I use.

Awesome Lists containing this project

README

        

# Looking For Sponsors

Enjoying [https://whatthecommit.com/](https://whatthecommit.com/)? Consider becoming a sponsor of this project. Your contributions keep the site running.

https://github.com/users/ngerakines/sponsorship

# About WTC (What The Commit)

Commitment is a small Tornado application that generates random commit messages.

https://whatthecommit.com/

Commitment also provides https://whatthecommit.com/index.txt which provides plain text output. Some interesting usage for that can be:

```
git config --global alias.yolo '!git commit -m "$(curl -s https://whatthecommit.com/index.txt)"'
```

Or use one of the following VSCode Extensions:

- [WhatTheCommit](https://marketplace.visualstudio.com/items?itemName=Gaardsholt.vscode-whatthecommit)
- [yoloCommit](https://marketplace.visualstudio.com/items?itemName=JohnStilia.yolocommit)

# License

Copyright (c) 2010-2024 Nick Gerakines

This project and its contents are open source under the MIT license.