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: 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T21:55:00.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T23:08:40.437Z (3 months ago)
- Topics: calculator, elixir, file-size, filesize, formatter, hex, hex-package, parser
- Language: Elixir
- Size: 144 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Size
[](https://travis-ci.org/tlux/file_size)
[](https://coveralls.io/github/tlux/file_size?branch=master)
[](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).