Packages
chalkylixir
0.1.0
Chalkylixir is a terminal string styling library that provides an easy way to style text with colors, backgrounds, and various attributes
Current section
Files
Jump to
Current section
Files
lib/chalkylixir.ex
defmodule Chalkylixir do
@moduledoc """
Documentation for `Chalkylixir`.
"""
@doc """
Hello world.
## Examples
iex> Chalkylixir.hello()
:world
"""
def hello do
:world
end
end