# majima
[](https://builds.sr.ht/~wq/majima?) [](https://crates.io/crates/majima) [](https://www.npmjs.com/package/majima) [](https://builtwithnix.org/)
Generate random usernames quickly and in various formats.
## Install
### Cargo (CLI)
Add the `majima` command to your command line
```bash
cargo install majima
```
### Nix (CLI)
```bash
nix-shell -p majima
```
### npm (WebAssembly)
Add majima username generation to your website
```bash
npm i majima
```