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
- Host: GitHub
- URL: https://github.com/tompave/prag_prog_elixir_issues
- Owner: tompave
- Created: 2016-09-10T16:18:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T20:13:00.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T08:41:40.509Z (over 1 year ago)
- Language: Elixir
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```