Skip to content

Commit 592fafe

Browse files
committed
docs: 📚️ update readme
1 parent 99358f0 commit 592fafe

1 file changed

Lines changed: 38 additions & 1 deletion

File tree

README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,38 @@
1-
# pre-commit-devmoji
1+
# 🧩 pre-commit-devmoji
2+
3+
A [pre-commit](https://pre-commit.com/) hook for [**devmoji**](https://github.com/folke/devmoji) — automatically decorate your commit messages with emojis ✨.
4+
5+
6+
## Installation
7+
8+
```
9+
# .pre-commit-config.yaml
10+
11+
repos:
12+
- repo: https://github.com/iwpnd/pre-commit-devmoji
13+
rev: latest # or rev: v0.0.1
14+
hooks:
15+
- id: devmoji
16+
```
17+
18+
Then run:
19+
20+
```
21+
pre-commit install --hook-type prepare-commit-msg
22+
```
23+
24+
25+
## License
26+
27+
MIT
28+
29+
## Maintainer
30+
31+
Benjamin Ramser - [@iwpnd](https://github.com/iwpnd)
32+
33+
Project Link: [https://github.com/iwpnd/pre-commit-devmoji](https://github.com/iwpnd/pre-commit-devmoji)
34+
35+
## Acknowledgements
36+
37+
[folke](https://github.com/folke) - maintainer of [devmoji](https://github.com/folke/devmoji)
38+
[asottile](https://github.com/asottile) - maintainer of [pre-commit](https://github.com/pre-commit/pre-commit)

0 commit comments

Comments
 (0)