Skip to content

jgautheron/codename-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A codename generator meant for naming software releases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages