fnichol/names
A random name generator tool that gives you Heroku or Docker-style names.
1.3K
Random name generator tool that gives you Heroku or Docker-style names.
Simple! Run without any parameters, you get a name:
> docker run fnichol/names
selfish-change
Need more? Tell it how many:
> docker run fnichol/names 10
rustic-flag
nondescript-crayon
picayune-map
elderly-cough
skinny-jeans
neat-rock
aware-sponge
psychotic-coast
brawny-event
tender-oatmeal
Not random enough? How about adding a 4-number pad:
> docker run fnichol/names --number 5
imported-rod-9680
thin-position-2344
hysterical-women-5647
volatile-pen-9210
diligent-grip-4520
If you're ever confused, at least there's help:
> docker run fnichol/names --help
names 0.10.0
Author: Fletcher Nichol <fnichol@nichol.ca>
A random name generator with results like `delirious-pail'.
USAGE:
names [FLAGS] [ARGS]
FLAGS:
-h, --help Prints help information
-n, --number Adds a random number to the name(s)
-V, --version Prints version information
ARGS:
amount Number of names to generate (default: 1)
Check out the project's README for even more details.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
Created and maintained by [Fletcher Nichol][fnichol] (fnichol@nichol.ca)
MIT (see LICENSE-MIT)
docker pull fnichol/names