Banner
It is Elixir sysvbanner port from https://github.com/uffejakobsen/sysvbanner.
Installation
If available in Hex, the package can be installed as:
Add banner to your list of dependencies in
mix.exs:def deps do
[{:banner, "~> 0.1.0"}]end
Ensure banner is started before your application:
def application do
[applications: [:banner]]end
Usage
iex(2)> IO.puts Banner.banner("hello")
# # ###### # # ####
# # # # # # #
###### ##### # # # #
# # # # # # #
# # # # # # #
# # ###### ###### ###### ####
:ok