bermannoah / mundane_elements

Mundane Elements is a system for checking the filetype of a given file using Magic Bytes.

Home Page:https://hex.pm/packages/mundane_elements/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MundaneElements

Build Status

Mundane Elements is an Elixir port of the file-type and magic_bytes libraries.

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

Installation

The package can be installed by adding mundane_elements to your list of dependencies in mix.exs:

def deps do
  [{:mundane_elements, "~> 0.1.2"}]
end

The docs can be found at https://hexdocs.pm/mundane_elements.

Contributing

I'll be honest: I'm still learning Elixir. So there might be some mistakes or bugs that need fixing. Please do submit issues and suggest fixes or improvements. I have a boilerplate contribution guideline file which you can see above.

Thanks much!

About

Mundane Elements is a system for checking the filetype of a given file using Magic Bytes.

https://hex.pm/packages/mundane_elements/

License:Other


Languages

Language:Elixir 100.0%