Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilk-027/giticon
An emoji guide for your commit messages.
https://github.com/sahilk-027/giticon
Last synced: 3 days ago
JSON representation
An emoji guide for your commit messages.
- Host: GitHub
- URL: https://github.com/sahilk-027/giticon
- Owner: SahilK-027
- License: mit
- Created: 2023-04-16T13:38:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-23T08:49:44.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:50:13.962Z (8 months ago)
- Language: JavaScript
- Homepage: https://sk027-giticon.vercel.app
- Size: 969 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitIcon by SK027
- As there are so many different emot-icons, giticon is list of some, which I choose to use as my git commit message. The project is not commercial, but rather my personal preference for including emojis in commit messages. This project is open source so, anyone can contribute by suggesting or adding new emojis.
## Live
- [Website](https://sk027-giticon.vercel.app)
## Setup
Download Node.js. Run this followed commands:
```bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Run the local server at locat ip
npm run host# Build for production in the dist/ directory
npm run build
```
## Credits
- [Vite Bundler](https://vitejs.dev/)
- [Gitmoji](https://github.com/carloscuesta/gitmoji) is a project dedicated to standardising and explaining the use of emoticons in GitHub commit messages.### Made with 💜 by [SahilK-027](https://github.com/SahilK-027)