Packages

An elixir implementation of tar ๐Ÿ’

Current section

Files

Jump to
tabebuia README.md
Raw

README.md

# Tabebuia ๐Ÿ’
An elixir implementation of tar.
## Installation
Its [available in Hex](https://hex.pm/packages/tabebuia), the package can be installed
by adding `tabebuia` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tabebuia, "~> 0.1.0"}
]
end
```
Documentation can be found at <https://hexdocs.pm/tabebuia>.