majima 0.1.0

A simple username generator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# majima

 [![pipeline status](https://gitlab.com/dVNXNrwy/majima/badges/main/pipeline.svg)](https://gitlab.com/dVNXNrwy/majima/-/commits/main)

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
```