Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyeokjaelee/gititle
๐ Git commit message creation helper
https://github.com/hyeokjaelee/gititle
commit-message git
Last synced: about 2 months ago
JSON representation
๐ Git commit message creation helper
- Host: GitHub
- URL: https://github.com/hyeokjaelee/gititle
- Owner: HyeokjaeLee
- License: mit
- Created: 2021-09-02T06:03:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T06:31:38.000Z (about 3 years ago)
- Last Synced: 2023-03-06T23:17:57.221Z (almost 2 years ago)
- Topics: commit-message, git
- Language: JavaScript
- Homepage: https://hyeokjaelee.github.io/gititle/
- Size: 729 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![HEADER](https://capsule-render.vercel.app/api?type=rect&color=gradient&height=100§ion=header&text=Gititle&fontSize=70&fontAlign=50&fontAlignY=55)
![JAVASCRIPT](https://img.shields.io/badge/Javascript-F7DF1E?style=flat-square&logo=Javascript&logoColor=black) ![HTML](https://img.shields.io/badge/HTML5-E34F26?style=flat-square&logo=html5&logoColor=white) ![Sass](https://img.shields.io/badge/Sass-CC6699?style=flat-square&logo=sass&logoColor=white) ![VUE.JS](https://img.shields.io/badge/Vue.js-4FC08D?style=flat-square&logo=vue.js&logoColor=white) ย ![PWA](https://img.shields.io/badge/PWA-570FC2?style=flat-square&logo=googlechrome&logoColor=white)
## About
Gitile is a project that helps you write a formal Git commit message.
It is based on [AngularJS Git Commit Message Conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit) and [Gitmoji](https://github.com/carloscuesta/gitmoji).
### โ ๏ธ Notice
It's not optimized for mobile environments.
## Preview [Gititle](https://hyeokjaelee.github.io/gititle/)
### ๐งช Commit message form
```
(): //header```
Example: [Gititle Commits](https://github.com/HyeokjaeLee/gititle/commits/master)
![capture](https://user-images.githubusercontent.com/71566740/135963287-e5c18f62-da16-4dda-98cb-1dd4a7c2b720.png)
## Contributing to Gititle
If there is anything wrong or you want to add, please add it to the [issue section](https://github.com/HyeokjaeLee/gititle/issues).
I'll add it after checking it.