meow:ui lets your code emit status lines through meow’s terminal engine — the
same Floof aesthetic the CLI uses, with the same graceful degradation to plain text
in pipes and CI.
API
ui object — they’re the same.
The three tones
| Function | Tone | Use for |
|---|---|---|
purr | success | a completed step, a healthy result |
pounce | progress | work in progress, a step starting |
hiss | error | a failure or warning worth attention |
These names are meow’s vocabulary throughout the CLI — a successful
meow install
purrs, a long step pounces, and an error hisses. Using meow:ui in your own
scripts keeps their output consistent with the rest of the toolchain, and it
automatically goes plain (no color, no glyphs) when piped or running under CI.meow:test
The built-in test runner API.