Bunt

Enables 256 color ANSI coloring in the terminal.

Installation

If available in Hex, the package can be installed as:

  1. Add bunt to your list of dependencies in mix.exs:

    def deps do

     [{:bunt, "~> 0.1.0"}]

    end

  2. Ensure bunt is started before your application:

    def application do

     [applications: [:bunt]]

    end

Usage

You can see all supported colors by cloning the repo and running:

$ mix run script/colors.exs

TODO: write actual usage instructions

License

"Elixir" and the Elixir logo are copyright (c) 2012 Plataformatec.

Elixir source code is released under Apache 2 License.

Check NOTICE, ELIXIR-LICENSE and LICENSE files for more information.