aayushmau5 / boxen_ex

Port of Boxen library for elixir

Home Page:https://hexdocs.pm/boxen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Port of Boxen library for elixir

https://hexdocs.pm/boxen

License:MIT License


Languages

Language:Elixir 100.0%