rpt / colorize

Everything you need to colorize your Erlang output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colorize for Erlang Build Status

Everything you need to colorize your output. Requires Erlang R16 up.

Usage

io:format("~s~n", [colorize:red("bloody red text")]).
-include_lib("colorize/include/colorize.hrl").
io:format("~s~n", [?RED("another red text")]).
io:format(colorize:green("~s~n"), ["something green"]).

About

Everything you need to colorize your Erlang output

License:Apache License 2.0


Languages

Language:Erlang 100.0%