README.md

# MundaneElements

[![Build Status](https://travis-ci.org/bermannoah/mundane_elements.svg?branch=master)](https://travis-ci.org/bermannoah/mundane_elements)

Mundane Elements is an Elixir port of the [file-type](https://github.com/sindresorhus/file-type) and [magic_bytes](https://github.com/julik/magic_bytes) libraries.

Many thanks to Sindre Sorhus and Julik Tarkhanov for the work they've already done!

## Installation

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

```elixir
def deps do
  [{:mundane_elements, "~> 0.1.0"}]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/mundane_elements](https://hexdocs.pm/mundane_elements).