Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stevenxl/issues

My first Elixir-based Application / Project
https://github.com/stevenxl/issues

Last synced: about 1 month ago
JSON representation

My first Elixir-based Application / Project

Awesome Lists containing this project

README

        

# Issues

My first Elixir-based application / project. Built with help from Dave Thomas's
[Programming Elixir](https://pragprog.com/book/elixir/programming-elixir) book.

## 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`:

def deps do
[{:issues, "~> 0.0.1"}]
end

2. Ensure issues is started before your application:

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