#image #thumbnail #yaml-config #networking #cli #website

bin+lib banner-builder

Simple image and banner generator for YouTube thumbnails, Meetups, social networks

4 releases

new 0.2.3 May 16, 2024
0.2.1 Dec 15, 2023
0.2.0 Nov 23, 2023
0.1.0 Nov 23, 2023

#278 in Images

Download history 8/week @ 2024-02-09 18/week @ 2024-02-16 15/week @ 2024-02-23 4/week @ 2024-03-01 7/week @ 2024-03-08 17/week @ 2024-03-15 22/week @ 2024-03-29 12/week @ 2024-04-05

263 downloads per month

MIT/Apache

18KB
217 lines

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
  • Update the CHANGES.md file
  • run cargo fmt
  • run cargo clippy
  • run cargo test
  • git commit
  • cargo publish
  • git tag using the same version number: (git tag -a v0.2.3 -m "publish version v0.2.3")
  • git push --tags

Dependencies

~22–32MB
~381K SLoC