Dropkick

Dropkick is a highly experimental library that provides easy to use uploads for the Elixir/ Phoenix ecosystem. This is a opinionated library focused on developer ergonomics that you can use to provide file uploads in any Phoenix project.

Some inspiration was taken from other projects like Capsule and Waffle as well as Ruby's Shrine.

Installation

def deps do
[
{:dropkick, ">= 0.0.0"}
]
end

Missing bits