Liking cljdoc? Tell your friends :D

clj-commons.ansi

Help with generating textual output that includes ANSI escape codes for formatting. The compose function is the best starting point.

Specs for types and functions are in the [[spec]] namespace.

Reference: ANSI Escape Codes @ Wikipedia.

Help with generating textual output that includes ANSI escape codes for formatting.
The [[compose]] function is the best starting point.

Specs for types and functions are in the [[spec]] namespace.

Reference: [ANSI Escape Codes @ Wikipedia](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR).
raw docstring

clj-commons.format.binary

Utilities for formatting binary data (byte arrays) or binary deltas.

Utilities for formatting binary data (byte arrays) or binary deltas.
raw docstring

clj-commons.format.table

Formatted tabular output, similar to (but much prettier and more flexible than) clojure.pprint/print-table.

Specs are in [[clj-commons.format.table.specs]].

Formatted tabular output, similar to (but much prettier and more flexible than)
 clojure.pprint/print-table.

Specs are in [[clj-commons.format.table.specs]].
raw docstring

clj-commons.format.table.specs

No vars found in this namespace.

clj-commons.pretty.annotations

Tools to annotate a line of source code, in the form of callouts (lines and arrows) connected to a message.

SELECT DATE, AMT FROM PAYMENTS WHEN AMT > 10000
             ▲▲▲               ▲▲▲▲
             │                 │
             │                 └╴ Unknown token
             │
             └╴ Invalid column name

This kind of output is common with various kinds of parsers or interpreters.

Specs for types and functions are in the [[spec]] namespace.

Tools to annotate a line of source code, in the form of callouts (lines and arrows) connected to a message.

    SELECT DATE, AMT FROM PAYMENTS WHEN AMT > 10000
                 ▲▲▲               ▲▲▲▲
                 │                 │
                 │                 └╴ Unknown token
                 │
                 └╴ Invalid column name

This kind of output is common with various kinds of parsers or interpreters.

Specs for types and functions are in the [[spec]] namespace.
raw docstring

clj-commons.pretty.repl

Utilities to assist with REPL-oriented development.

Utilities to assist with REPL-oriented development.
raw docstring

clj-commons.pretty.spec

No vars found in this namespace.

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close