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

https://github.com/tompave/prag_prog_elixir_issues

From PragProg's "Programming Elixir" book
https://github.com/tompave/prag_prog_elixir_issues

Last synced: about 1 year ago
JSON representation

From PragProg's "Programming Elixir" book

Awesome Lists containing this project

README

          

# Issues

**TODO: Add description**

## Installation

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

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

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

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

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