An open API service indexing awesome lists of open source software.

https://github.com/ianluites/gocd

A GoCD client library for Elixir.
https://github.com/ianluites/gocd

elixir elixir-lang gocd

Last synced: 1 day ago
JSON representation

A GoCD client library for Elixir.

Awesome Lists containing this project

README

          

# GoCD

A GoCD client library for Elixir.

## Installation

The package can be installed
by adding `gocd` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:gocd, "~> 0.0.2"}
]
end
```

The docs can be found at [https://hexdocs.pm/gocd](https://hexdocs.pm/gocd).