banner-builder

Crates.iobanner-builder
lib.rsbanner-builder
version0.2.6
sourcesrc
created_at2023-11-23 08:04:52.939265
updated_at2024-11-02 11:24:45.766836
descriptionSimple image and banner generator for YouTube thumbnails, Meetups, social networks
homepagehttps://banner-builder.code-maven.com/
repositoryhttps://github.com/szabgab/banner-builder.rs
max_upload_size
id1045906
size65,812
Gábor Szabó (szabgab)

documentation

README

Banner Builder

See the Banner Builder web site.

Development

  • Clone the repo: git clone https://github.com/szabgab/banner-builder.rs/
  • Optionally set up pre-commit hook:
    • Install pre-commit

    • In the cloned repository run pre-commit install

Run tests:

cargo test

Regenerate example images

./regenerate_images.sh

Release and publish

  • Update version number in Cargo.toml to 0.2.6

  • Update the CHANGES.md file

  • run cargo fmt

  • run cargo clippy

  • run cargo test

  • git add .

  • git commit -m "prepare for 0.2.6"

  • git push

  • cargo publish

  • git tag using the same version number: (git tag -a v0.2.6 -m "publish version v0.2.6")

  • git push --tags

Commit count: 100

cargo fmt