-
v0.2.0 — new drop 🔥
Stablereleased this
2026-03-09 19:02:32 +00:00 | 0 commits to main since this releasethe big drop — CLI tool + JSON handler, absolute unit of a release 🔥
the litty CLI tool AND structured JSON logging both dropped in one release bestie. your Go commands now hit different AND your log aggregators are eating good no cap
added — litty CLI tool 🛠️
litty test—go testbut every line hits different with emojis and colors 🧪litty build—go buildwith litty error messages that actually slap 🏗️litty run—go runwith litty compile error drip (program output passes through untouched) 🏃litty vet—go vetfindings but the vibes are gen alpha 🔍litty clean— see whats getting yeeted in real time with-xauto-injection 🗑️- auto-injects
-vfor test so output is always verbose enough to rewrite 💅 - composable rewriter architecture — test falls back to build for compile errors
- dual-stream goroutine capture — both stdout and stderr get the litty treatment
- exit code passthrough for CI/CD compatibility no cap
- installable via
go install github.com/phsk69/litty-logs-go/cmd/litty@latest📦 litty helpandlitty versioncommands for the basics bestie- 1MB scanner buffer for handling even the most unhinged test output dumps
added — JSONHandler 📦
JSONHandlerimplementingslog.Handler— structured JSON with literal emojis for log aggregatorsNewJSONHandler(),NewJSONHandlerWithOptions(),NewJSONLogger()— same API shape as text handler 💅- one compact JSON object per line with fields: timestamp, level, emoji, category, message + flat attrs
- proper JSON types — ints stay ints, bools stay bools, floats stay floats bestie
- literal emoji serialization — 🔥 not
\uD83D\uDD25, Go is built different examples/json/— example showing all levels, groups, attrs
added — CI vibes 🔥
- CI pipeline now uses
litty build/vet/testfor fire emoji output in pipeline logs
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads