Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 856 Bytes

File metadata and controls

36 lines (23 loc) · 856 Bytes

genimg

genimg is a lightweight tool for generating random images at custom sizes. I often need placeholder images for specific dimensions, and while there are many options available, I wanted a simple, self-hosted solution—so I built this.

Install

You can install genimg using go install command.

go install github.com/enindu/genimg@latest

Usage

You can run genimg using the following syntax.

genimg <command>:<subcommand> [arguments]
genimg [flags]

To display the version message:

genimg -v # or "genimg --version"

To display the help message:

genimg -h # or "genimg --help"

License

This software is licensed under the GNU General Public License v3.0. You can view the full license here.