Categorygithub.com/tinacious/random
repositorypackage
0.0.0-20250118183309-0ca32127af7e
Repository: https://github.com/tinacious/random.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

random

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

Install

Install the CLI tool:

go install github.com/tinacious/random@latest

Usage

Run random --help or random <command-name> --help for usage.

You can also read the docs.

Development

Run the app:

go run main.go

Run the tests and update the coverage badge:

make test