Bunt
Enables 256 color ANSI coloring in the terminal.
Installation
If available in Hex, the package can be installed as:
Add bunt to your list of dependencies in
mix.exs:def deps do
[{:bunt, "~> 0.1.0"}]end
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.exsTODO: 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.