40 lines
496 B
Markdown
40 lines
496 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
|
|
|
|
## ▶️ 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 |