Skip to main content
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

You can import the named functions or the ui object — they’re the same.

The three tones

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.