/image-generator

A CLI tool used to generate many sample images with different sizes and colors for testing purposes.

Primary LanguageRustMIT LicenseMIT

image-generator

Semantic Versioning 2.0.0 Linux Windows made-with-rust MIT license

Image generator sample output

A CLI tool used to generate many sample images with different sizes and colors for testing purposes.

Table of contents

Prerequisites

Format the project

cargo fmt

Automatically format the project on change

cargo watch -x fmt

Lint the project

cargo clippy --all-features

Automatically lint the project on change

cargo watch -x "clippy --all-features"

Build vcpkg dependencies in the project

cargo vcpkg build

Build the project

cargo build

Automatically build the project on change

cargo watch -x build

Test the project

cargo test

Automatically test the project on change

cargo watch -x test

Run the project

cargo run