genimg is a simple command line tool to generate random images at specific sizes.
You can install genimg using go install command.
go install github.com/enindu/genimg@latest
You can run genimg using following syntax.
genimg <command>:<subcommand> [arguments]
genimg [flags]
Display version message:
genimg -v # Or "genimg --version"
Display help message:
genimg -h # Or "genimg --help"
This software is licensed under GNU General Public License v3.0. You can view full license here.