# majima
[](https://gitlab.com/dVNXNrwy/majima/-/pipelines) [](https://crates.io/crates/majima) [](https://crates.io/crates/majima)
A command-line tool for generating usernames
```text
❯ majima --help
Simple program for generating usernames
Usage: majima [OPTIONS]
Options:
-m Generate a memorable username using words
-l, --length <LENGTH> Length of username (number of words if memorable) [default: 0]
-h, --help Print help
-V, --version Print version
```
## Install
### Cargo
```bash
cargo install majima
```