/boxen_ex

Port of Boxen library for elixir

Primary LanguageElixirMIT LicenseMIT

Boxen

Port of boxen library for elixir.

Installation

def deps do
  [
    {:boxen, "~> 0.2.0"}
  ]
end

Documentation: https://hexdocs.pm/boxen

Acknowledgments

Thanks to Sindre Sorhus and the contributors of boxen library. This library is inspired by boxen, and as such, almost all functions are re-written in elixir(with some minor changes here and there).