https://github.com/dpostolachi/mimex
https://github.com/dpostolachi/mimex
elixir mime-types
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpostolachi/mimex
- Owner: dpostolachi
- Created: 2019-11-16T12:00:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T12:08:20.000Z (over 6 years ago)
- Last Synced: 2025-02-24T03:45:07.321Z (over 1 year ago)
- Topics: elixir, mime-types
- Language: Elixir
- Size: 581 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mime
Get mime type from binary
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mime` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:mime, "~> 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/mime](https://hexdocs.pm/mime).