Skip to content

hatemosphere/random-name-generator-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple CLI tool written in Go that generates random names. It uses the Moby Project's name generation library for generating names.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages