All Projects → jgautheron → Codename Generator

jgautheron / Codename Generator

Licence: mit
A codename generator meant for naming software releases.

Programming Languages

go
31211 projects - #10 most used programming language

codename-generator Circle CI GoDoc

This library written in Golang generates a random code name meant for naming software releases if you run short of inspiration.

Currently based on the pattern "[Superb] [Superhero]".

A few examples of generated codenames:

  • Marvelous Meggan
  • Prime Doll
  • Priceless Ultimo
  • Fabulous Longshot
  • Wonderful Plazm

Getting started

First, download the project.

go get -u github.com/jgautheron/codename-generator

Then in your code:

import "github.com/jgautheron/codename-generator"

// Sanitized returns a safe string, ex. "awesome-hero".
cn, err := codename.Get(codename.Sanitized)

Contributing

Contributions are most welcome, especially for enlarging the words pool.
Instructions are documented in CONTRIBUTING.md.

Credits

The dictionaries are from:

License

MIT

Author

Jonathan Gautheron - jgautheron [A-T] neverblend.in
https://twitter.com/jgautheron

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].