Packages

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
chalkylixir lib chalkylixir.ex
Raw

lib/chalkylixir.ex

defmodule Chalkylixir do
@moduledoc """
Documentation for `Chalkylixir`.
"""
@doc """
Hello world.
## Examples
iex> Chalkylixir.hello()
:world
"""
def hello do
:world
end
end