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
- Host: GitHub
- URL: https://github.com/tinacious/random
- Owner: tinacious
- License: mit
- Created: 2024-07-15T21:19:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T18:33:19.000Z (over 1 year ago)
- Last Synced: 2025-01-18T19:30:23.296Z (over 1 year ago)
- Topics: cli, golang
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random

`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