codename

Crates.iocodename
lib.rscodename
version0.1.1
sourcesrc
created_at2020-10-04 18:10:33.39506
updated_at2020-10-28 21:03:56.438964
descriptionA random name/phrase generator
homepage
repositoryhttps://github.com/DrSLDR/codename
max_upload_size
id296097
size92,428
Jonas A. Hultén (DrSLDR)

documentation

README

Codename

Codename is a small utility program to randomly generate phrases, akin to GfyCat URLs and Jitsi room names.

Installation

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.

License

Codename is licensed under the MIT license.

The wordlists and basic logic are adapted from Jitsi's js-utils collection, specifically the roomNameGenerator.

Commit count: 23

cargo fmt