
# ungai


> A high-performance unique name generator based on Markov Chains
## Installation
You will need a [Rust Toolchain](https://rust-lang.org/tools/install/) installed on your system.
Then run
```bash
cargo install ungai
```
This will install ungai binary on your system.
## Usage
Run
```bash
ungai --help
```
or
```bash
ungai -h
```
The `help` message is well documented all thanks to the amazing [clap](https://github.com/clap-rs/clap) crate.
For more info on how to use this cli see [Usage.md](https://github.com/syioa/ungai/tree/main/Usage.md).