Skip to content
/ namerx Public

A prefixed random computer name generator.

License

Notifications You must be signed in to change notification settings

dabaer/namerx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Namerx

Generates prefixed random names for naming computers.

Installation

This package can be installed by adding namerx to your list of dependencies in mix.exs:

def deps do
  [
    {:namerx, "~> 0.1.0"}
  ]
end

Generating Names

If no argument is supplied to the generator, the prefix by default will be DESKTOP:

iex(1)> Namerx.generate
"DESKTOP-4IR7FQT09"

If a prefix is supplied, it will be returned with the generated name:

iex(1)> Namerx.generate("SERVER")
"SERVER-4IR7FQT09"

About

A prefixed random computer name generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages