![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)
ANSI Terminal Pretty Printer for Effect-TS
Installation
@effect/printer-ansi
npm install @effect/printer-ansi
pnpm install @effect/printer-ansi
yarn add @effect/printer-ansi
Overview
This package defines a renderer for documents generated by the @effect/printer
package, suitable for displaying them on ANSI-compatible terminals, including colors, bolding, underlining and italicizing.
For more information about @effect/printer
in general, refer to the main @effect/printer
package documentation.
Acknowledgements
This package is a port of https://github.com/quchen/prettyprinter