Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aayushmau5/boxen_ex

Port of Boxen library for elixir
https://github.com/aayushmau5/boxen_ex

cli elixir

Last synced: 24 days ago
JSON representation

Port of Boxen library for elixir

Awesome Lists containing this project

README

        

# Boxen

Port of [boxen](https://github.com/sindresorhus/boxen) library for elixir.

## Installation

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

Documentation: https://hexdocs.pm/boxen

## Acknowledgments

Thanks to [Sindre Sorhus](https://github.com/sindresorhus) and the contributors of [boxen](https://github.com/sindresorhus/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).