Liking cljdoc? Tell your friends :D

Marker

A Clojure library that makes it easy to colorize your outputs.

Usage

Clojars Project

    (:require [marker.core :refer [marker]])

Example 1

(def red (marker :red))
(println (red "This text is red!"))

Example 2

(println (marker :blue "This text is blue!"))

Colors

    :black
    :red
    :green
    :yellow
    :blue
    :purple
    :cyan
    :color-off

License

Distributed under the MIT License.

Can you improve this documentation?Edit on GitHub

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

× close