Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.09 KB

⚠️ @effect/printer has moved

This repository has been deprecated following the consolidation of its codebase into the effect monorepo.

You can find @effect/printer here: https://github.com/effect-ts/effect/tree/main/packages/printer


Main CI Gitpod Ready-to-Code

Effect-TS - Pretty Printer

This repository contains packages related to pretty-printing that are compatible with the Effect-TS ecosystem.

  • @effect/printer: a general module which defines a pretty printer for formatting text in a flexible and convenient way
  • @effect/printer-ansi: a module containing a renderer suitable for displaying documents on ANSI-compatible terminals

Acknowledgements

This package is a port of https://github.com/quchen/prettyprinter