Artifactory

A Elixir client for Artifactory’s REST API

Notes

System dependencies

Installation

In Mix.exs, and to deps & applications

# extra_applications new in Elixir 1.4
def application do
  [extra_applications: [:artifactory]]
end

def deps do
  [{:artifactory, "~> 0.1.0"}]
end

Get the dependencies

$ mix deps.get

Compile the app

$ mix compile

Run the initializer

$ mix artifactory.init

Helpful links