Skip to content

tlux/file_size

Repository files navigation

File Size

Build Status Coverage Status Hex.pm

A file size calculator, parser and formatter.

Prerequisites

  • Erlang 20 or greater
  • Elixir 1.8 or greater

Installation

If available in Hex, the package can be installed by adding file_size to your list of dependencies in mix.exs:

def deps do
  [
    {:file_size, "~> 3.0"}
  ]
end

Docs

Documentation is available on HexDocs.