Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 844 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 844 Bytes

Random Name Generator CLI

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.

Getting Started

Prerequisites

  • Go 1.x

Installation

  1. Clone this repository:

    git clone https://github.com/hatemosphere/go-random-name-generator-cli.git
  2. Navigate into the project directory:

    cd go-random-name-generator-cli
  3. Install the required packages:

    go mod download
  4. Run the program:

    go run main.go

    To generate multiple names:

    go run main.go -count=5

License

This project is licensed under the Apache License 2.0, following the license terms of the Moby Project. See the LICENSE file for details.