Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 629 Bytes

File metadata and controls

36 lines (23 loc) · 629 Bytes

genimg

genimg is a simple command line tool to generate random images at specific sizes.

Install

You can install genimg using go install command.

go install github.com/enindu/genimg@latest

Usage

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"

License

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