Crates.io | codename |
lib.rs | codename |
version | 0.1.1 |
source | src |
created_at | 2020-10-04 18:10:33.39506 |
updated_at | 2020-10-28 21:03:56.438964 |
description | A random name/phrase generator |
homepage | |
repository | https://github.com/DrSLDR/codename |
max_upload_size | |
id | 296097 |
size | 92,428 |
Codename is a small utility program to randomly generate phrases, akin to GfyCat URLs and Jitsi room names.
The simplest way to get the binary is to install it via cargo
$ cargo install codename
If you instead prefer to build from source, you can clone this repository and
build/run via cargo build
and cargo run
respectively.
Codename is licensed under the MIT license.
The wordlists and basic logic are adapted from Jitsi's js-utils collection, specifically the roomNameGenerator.