badgemaker
The Nim badgemaker tool.
Summary
| Latest Version | Unknown |
|---|---|
| License | AGPLv3 |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install badgemaker
choosenim install badgemaker
git clone https://github.com/ethosa/badgemaker
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| badgemaker | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/ethosa/badgemaker |
|---|---|
| Homepage | https://github.com/ethosa/badgemaker |
| Registry Source | nimble_official |
README
Badgemaker
The Nim badgemaker tool.
[](https://github.com/Ethosa/open-source-badges/blob/master/badges/Languages/Nim/Nim-lang-plastic.svg)
[](https://github.com/Ethosa/badgemaker/blob/master/tests/test13.svg)
Install
- via git:
nimble install https://github.com/Ethosa/badgemaker - via nimble:
nimble install badgemaker
Now support
- Custom font (change size available).
- Custom icons.
- Custom colors (label, value, text).
- Custom badge size.
- Custom styles (flat, plastic, square, plastic square).
- CLI.
- Text drop shadows.
Standart badge params
style-- "flat".label-- "".value-- "".label_text_color-- "white".value_text_color-- "black".label_color-- "#212121".value_color-- "#e0e0e0".font-- "DejaVu Sans,Verdana,Geneva,sans-serif".font_size-- 12.width-- 120.height-- 20.image_path-- "".image_color-- "".label_shadow-- false.value_shadow-- false.dx-- 0.dy-- 0.
Results
FAQ
Q: How I can help to develop this library?
A: You can put a star to this repository :3