Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 795 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 795 Bytes

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.