Liking cljdoc? Tell your friends :D

automaton-build.echo.common

Common functions for echoing. Don't use this namespace but one of the implementation of echoing, like headers or actions.

Common functions for echoing. Don't use this namespace but one of the implementation of echoing, like headers or actions.
raw docstring

build-writterclj

(build-writter)

Creates a writter that could be binded to the output with (binding [*out* s]) where s is the result of this function.

Creates a writter that could be binded to the output with `(binding [*out* s])` where `s` is the result of this function.
raw docstring

cmd-strclj

(cmd-str cmd-str)

Wrap a command string cmd-str before printing to be seen as a uri in the terminal.

Wrap a command string `cmd-str` before printing to be seen as a uri in the terminal.
raw docstring

current-time-strclj

(current-time-str)

Returns current time string.

Returns current time string.
raw docstring

echo-paramclj

Global echo configuration.

Global echo configuration.
raw docstring

error-font-colorclj


exec-cmd-strclj

(exec-cmd-str cmd-str)

Returns the string of the execution of a command cmd-str

Returns the string of the execution of a command `cmd-str`
raw docstring

normal-font-colorclj


pprint-strclj

(pprint-str data)

Pretty print data

Pretty print `data`
raw docstring

(print-writter str-writter)

Print str-writter if necessary.

Print `str-writter` if necessary.
raw docstring

screenifyclj

(screenify prefix texts)

Prepare the texts strings to be printed on the screen. The prefix is added to every line.

Prepare the `texts` strings to be printed on the screen.
The `prefix` is added to every line.
raw docstring

uri-strclj

(uri-str uri)

Returns the string of the uri.

Returns the string of the `uri`.
raw docstring

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

× close