Name your Rust Project.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julio Biason c6f7a67893 New adjectives 2 years ago
src Generating names, finally! 4 years ago
.gitignore Mapped all the commands 4 years ago
AUTHORS Added README 3 years ago
COPYING Added README 3 years ago
Cargo.lock Generating names, finally! 4 years ago
Cargo.toml Generating names, finally! 4 years ago
README.md Added README 3 years ago
database.toml New adjectives 2 years ago

README.md

NRP

Stupid "Name Rust Program" application.

What does it do?

NRP is my stupid idea for naming projects in Rust.

The logic for naming is: You put a small description of your application -- for example "Name Rust Programs". The application will try to find out a name by selecting an adjective that starts with the same letter of every word, except the last one; the last one will pick a metal/alloy for it.

For example, if you use "Name Rust Program" as a parameter, you can get "normative random promethium".

Usage

generate

Use generate to generate a name. Example:

nrp generate 'name rust program'

Managing adjectives and metals

To manage adjectives and metals, start with the topic you want to manage: adjectives for managing adjectives and metals to manage metals.

Both accept an action over their collections: list will list the contents of said group, add <name> will add a new name to the collection and rm <name> will remove that name from the list.

License

GNU AFFERO GENERAL PUBLIC LICENSE, Version 3.