ionburstcloud / namegen

Name generator based on Scottish inventors, scientists and engineers πŸ΄σ §σ ’σ ³σ £σ ΄σ ΏπŸ”¬πŸ”§

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

namegen

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.

Using namegen

Our initial release will cover a Go package and accompanying CLI tool, with plans to support the following languages:

  • .NET
  • Javascript/Node.js
  • Python

CLI usage

[example@namegen-example ~]$ namegen
powerful_watt

Go usage

package main

import (
	"fmt"

	"gitlab.com/ionburst/namegen/namegen"
)

func main() {
	fmt.Println(namegen.GetRandomName())
}

Contributing to namegen

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.

About

Name generator based on Scottish inventors, scientists and engineers πŸ΄σ §σ ’σ ³σ £σ ΄σ ΏπŸ”¬πŸ”§

License:Apache License 2.0


Languages

Language:Go 90.1%Language:HCL 9.9%