Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tlux/file_size

A file size calculator, parser and formatter written in Elixir
https://github.com/tlux/file_size

calculator elixir file-size filesize formatter hex hex-package parser

Last synced: 5 days ago
JSON representation

A file size calculator, parser and formatter written in Elixir

Awesome Lists containing this project

README

        

# File Size

[![Build Status](https://travis-ci.org/tlux/file_size.svg?branch=master)](https://travis-ci.org/tlux/file_size)
[![Coverage Status](https://coveralls.io/repos/github/tlux/file_size/badge.svg?branch=master)](https://coveralls.io/github/tlux/file_size?branch=master)
[![Hex.pm](https://img.shields.io/hexpm/v/file_size.svg)](https://hex.pm/packages/file_size)

A file size calculator, parser and formatter.

## Prerequisites

* Erlang 20 or greater
* Elixir 1.8 or greater

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `file_size` to your list of dependencies in `mix.exs`:

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

## Docs

Documentation is available on [HexDocs](https://hexdocs.pm/file_size).