namegen
is Ionburst Cloud's adaption of the name generation functionality used by Docker to name containers. We've then added our own Scottish twist, using the names of famous Scottish inventors, scientists and engineers.
Our initial release will cover a Go package and accompanying CLI tool, with plans to support the following languages:
- .NET
- Javascript/Node.js
- Python
[example@namegen-example ~]$ namegen
powerful_watt
package main
import (
"fmt"
"gitlab.com/ionburst/namegen/namegen"
)
func main() {
fmt.Println(namegen.GetRandomName())
}
If you have any suggestions for additional adjectives, names of famous Scottish inventors, scientists, or engineers for namegen
, feel free to open an issue on GitHub or GitLab.