blink-cli / ansi
An Ansi helper that includes a fluent Ansi string builder.
dev-master
2020-12-09 23:21 UTC
This package is auto-updated.
Last update: 2024-11-10 12:30:17 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.