gogs

Interface with gogs from Elixir.

GitHub Workflow Status codecov.io Hex.pm Libraries.io dependency status docs contributions welcome HitCount

Why?

We needed a way of easily to interact with our Gogs (GitHub Backup) Server from our Elixir / Phoenix Applications. This package is that interface.

What?

Who?

How?

Installation

Install the package from hex.pm, the package can be installed by adding gogs to your list of dependencies in mix.exs:

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

Function Roadmap

Continue: