Skip to content

CrowdHailer/mime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIME

A library for that maps mime types to extensions and vice-versa.

Installation

The package can be installed as:

  1. Add mime to your list of dependencies in mix.exs:

    def deps do [{:mime, "~> 1.0"}] end

  2. Ensure mime is started before your application:

    def application do [applications: [:mime]] end

License

MIME source code is released under Apache 2 License.

Check LICENSE file for more information.

About

A MIME type module for Elixir

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%