paint
Basic functionality for colorizing strings
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:26 |
Tags
Authors
- Tobi
Installation
nimble install paint
choosenim install paint
git clone https://github.com/pNeal0/paint
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| paint | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 2.0.0 | No |
Source
| Repository | https://github.com/pNeal0/paint |
|---|---|
| Homepage | https://github.com/pNeal0/paint |
| Registry Source | nimble_official |
README
paint
Basic functionality for colorizing strings in nim
examples
echo "Hello, World!" @ "yellow"
echo ("Merry" @ "#CC0000") & (" Christmas!" @ "GrEeN")