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

https://github.com/konstantinzolotarev/elixir_jenkins_bot


https://github.com/konstantinzolotarev/elixir_jenkins_bot

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# ElixirJenkinsBot

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

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

```elixir
def deps do
[{:elixir_jenkins_bot, "~> 0.1.0"}]
end
```

2. Ensure `elixir_jenkins_bot` is started before your application:

```elixir
def application do
[applications: [:elixir_jenkins_bot]]
end
```