AnonymousNameGenerator
Create Heroku-like names randomly, or consistently (based on inputs).
Installation
Add anonymous_name_generator to your list of dependencies in mix.exs:
def deps do
[
{:anonymous_name_generator, "~> 0.1.2"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/anonymous_name_generator.
License
MIT
Changelog
0.1.0 Initial Release