# YOM
[github](https://github.com/G0o53/yom) - [cargo](https://crates.io/crates/yom)
`yom` is the fast, almost scary fast, `dash` competitor (even though it can only execute scripts!). While `dash` is a nightmare to install, `yom` is built for the modern dev.
It can match dash in raw performance while staying incredibly easy to set up.
```bash
echo "This is yom"
echo "It is FAST"
echo "It can even match dash in performance."
```
## Why use YOM?
As we all know, all debian-based distros inherit `dash`... but what about other distros? Well thats when `yom` comes into play, by being easy to install everywhere that
Rust runs.
doccumentation is available at `docs/yom.1`