Liking cljdoc? Tell your friends :D

colorize

A simple library to color string output with ansi-codes.

Installation

In Leiningen:

:dependencies [[bronsa/colorize "0.2.0"]]

Usage

(require '[colorize.ansi :refer [colorize]])
(colorize "hey" {:fg :red :bg black :extra [:bold :underline]})

License

Copyright ® 2013 Bronsa

Distributed under the Eclipse Public License, the same as Clojure.

Can you improve this documentation? These fine people already did:
Bronsa & Chris Granger
Edit on GitHub

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

× close