41 lines
555 B
Markdown
41 lines
555 B
Markdown
# DISCLAIMER
|
|
# What you're about to see is NOT AI-generated
|
|
|
|
# `foferk`
|
|
## The ultimate `foferk`-bomb generator
|
|
|
|
## 🚀 Features
|
|
- ⚡ Fast
|
|
- 💜 Open-source
|
|
- ⚙️ Optimized
|
|
- 📦 Compressed from the get-go
|
|
- 🇵🇱 Made with 💜 in Poland
|
|
|
|
## ▶️ Geting Started
|
|
|
|
### 🦴 Dependencies
|
|
|
|
- [V](https://vlang.io)
|
|
|
|
### 💻 Development
|
|
|
|
```bash
|
|
v run .
|
|
```
|
|
|
|
### 🛠️ Build
|
|
|
|
```bash
|
|
v build . -prod -release -ship
|
|
```
|
|
|
|
### 🏃 Run
|
|
|
|
```bash
|
|
./main
|
|
```
|
|
|
|
## 📝 Roadmap
|
|
|
|
- [ ] Support any text string
|
|
- [ ] Support customisable repetition ranges |