Sizeable
An Elixir library to make File Sizes human-readable
Installation
If available in Hex, the package can be installed as:
- Add
sizeableto your list of dependencies inmix.exs:
```elixir
def deps do
[{:sizeable, "~> 0.1.0"}]
end
```
- Ensure
sizeableis started before your application:
```elixir
def application do
[applications: [:sizeable]]
end
```