Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tlux/file_size
- Owner: tlux
- License: mit
- Created: 2019-05-19T13:28:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T21:55:00.000Z (about 4 years ago)
- Last Synced: 2024-10-20T14:04:42.978Z (28 days ago)
- Topics: calculator, elixir, file-size, filesize, formatter, hex, hex-package, parser
- Language: Elixir
- Size: 144 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).