Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aayushmau5/boxen_ex
- Owner: aayushmau5
- License: mit
- Created: 2022-11-04T19:47:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T21:11:41.000Z (almost 2 years ago)
- Last Synced: 2024-09-17T20:10:50.312Z (about 2 months ago)
- Topics: cli, elixir
- Language: Elixir
- Homepage: https://hexdocs.pm/boxen
- Size: 42 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).