https://github.com/st4rchaser/jerm-action
🧘 Summon monk to "Blessing" your code
https://github.com/st4rchaser/jerm-action
blessings monk shit6 thai watermark
Last synced: 3 months ago
JSON representation
🧘 Summon monk to "Blessing" your code
- Host: GitHub
- URL: https://github.com/st4rchaser/jerm-action
- Owner: ST4RCHASER
- License: apache-2.0
- Created: 2022-07-02T03:29:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T06:24:08.000Z (over 3 years ago)
- Last Synced: 2024-04-14T10:36:12.610Z (over 1 year ago)
- Topics: blessings, monk, shit6, thai, watermark
- Language: TypeScript
- Homepage: https://jerm.yue.sh
- Size: 43.1 MB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧘 Jerm Action
## _Summon monk to "Blessing" your code_
### This project is from [#SHiT6](https://stupidhackth.github.io/6)
#### Demo here: [jerm-demo](https://github.com/ST4RCHASER/jerm-demo)
Jerm is an github action add holy things to your code include with features:
- 👼 Customizable image and text
- 🇹🇭 Thai lover
- ✨Very holy## To use this action
This is an github action you need to create workflow file
```yaml
#.github/workflows/jerm.ymlon: push
jobs:
push:
name: push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: st4rchaser/jerm-action@v6.4.0
```After you push your will see new pull request created now you can merge it and get blessed 🙏 🙇
## `.monk` Config
You can customize monk whatever your need by create .monk directory
#### General configuration
General config has come with 3 properties it's call `Thailover`, `VeryHoly` and `ignore`
`.monk/config.json`
```json
{
"thaiLover": false,
"veryHoly": false,
"ignore": [
"^\\.monk",
"^.gitingore",
"^readme.md'",
"^.prettierignore"
]
}
```
`thaiLover` -> Dangerous it's will replace all arabic numbers to thai numbers (0123456789 -> ๐๑๒๓๔๕๖๗๘๙) may it make your code broken`veryHoly` -> Dangerous it's will add holy header to every unknown files and make your some file broken
`ignore` -> Monk will ingore this (regex)
#### Customize header text
You can customize blessing text by create `.monk/ascii.txt`
#### Customize image
You can customize image by create `.monk/image.png`
#### Customize audio
You can customize audio by create `.monk/audio.mp3`