An open API service indexing awesome lists of open source software.

https://github.com/tinacious/random

A command line tool for generating random data, written in Go
https://github.com/tinacious/random

cli golang

Last synced: 19 days ago
JSON representation

A command line tool for generating random data, written in Go

Awesome Lists containing this project

README

          

# random

![](badge.svg)

`random` is a command line tool for generating random data, written in Go.

- [Install](#install)
- [Usage](#usage)
- [Development](#development)

## Install

Install the CLI tool:

go install github.com/tinacious/random@latest

## Usage

Run `random --help` or `random --help` for usage.

You can also [read the docs](https://github.com/tinacious/random/tree/main/docs).

## Development

Run the app:

go run main.go

Run the tests and update the coverage badge:

make test