blink-cli / ansi
An Ansi helper that includes a fluent Ansi string builder.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/blink-cli/ansi
This package is auto-updated.
Last update: 2025-10-10 14:18:29 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.