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

An easy to use, extensible pretty-printer for rendering documents

License

Notifications You must be signed in to change notification settings

Effect-TS/printer

Repository files navigation

⚠️ @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