This is a simple CLI tool written in Go that generates random names. It uses the Moby Project's name generation library for generating names.
- Go 1.x
-
Clone this repository:
git clone https://github.com/hatemosphere/go-random-name-generator-cli.git
-
Navigate into the project directory:
cd go-random-name-generator-cli
-
Install the required packages:
go mod download
-
Run the program:
go run main.go
To generate multiple names:
go run main.go -count=5
This project is licensed under the Apache License 2.0, following the license terms of the Moby Project. See the LICENSE file for details.