README.md
      
      
        
        # CozySize
[](https://github.com/cozy-elixir/cozy_size/actions/workflows/ci.yml)
[](https://hex.pm/packages/cozy_size)
Provides utilities for sizes.
## Installation
Add `:cozy_size` to the list of dependencies in `mix.exs`:
```elixir
def deps do
  [
    {:cozy_size, <requirement>}
  ]
end
```
## Usage
For more information, see the [documentation](https://hexdocs.pm/cozy_size).
<!---
  There are several packages in community.
  + https://github.com/jfcalvo/size
  + https://github.com/arvidkahl/sizeable
  + https://github.com/slickcoach/filesize
  + https://github.com/tlux/file_size
  They are either poorly designed or too complex. In any case,
  I don't like them.
-->
## License
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)