An Ansi helper that includes a fluent Ansi string builder.

Maintainers

Package info

github.com/Blink-CLI/ansi

pkg:composer/blink-cli/ansi

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2020-12-09 23:21 UTC

This package is auto-updated.

Last update: 2026-03-10 15:07:39 UTC


README

This helper provides a class (BlinkCLI\Ansi\Ansi) which stores terminal output sequences for Ansi and includes a minimal Ansi string builder (BlinkCLI\Ansi\AnsiString) to easily build an Ansi escape sequence. The best way to start interacting with this helper is to poke around in both of those classes.