repository
0.0.0-20250128204825-bf3cf8af3e5e
Repository: https://github.com/taylor-swanson/gensample.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
gensample
Sample data generator.
Building
The provided magefile can be used to build the project.
mage build
Manual Build
go build -o build/gensample github.com/taylor-swanson/gensample/cmd/gensample
Usage
- Create a config for generating sample data. See
examples/
for example configurations. - Run the tool
build/gensample -c examples/demo.yml
Documentation
- See docs for documentation.