Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awochna/issues
From the Programming Elixir book by Dave Thomas
https://github.com/awochna/issues
Last synced: about 1 month ago
JSON representation
From the Programming Elixir book by Dave Thomas
- Host: GitHub
- URL: https://github.com/awochna/issues
- Owner: awochna
- Created: 2016-02-25T20:00:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T21:48:20.000Z (over 8 years ago)
- Last Synced: 2023-06-07T12:40:15.946Z (over 1 year ago)
- Language: Elixir
- Size: 4.33 MB
- 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`:
def deps do
[{:issues, "~> 0.0.1"}]
end2. Ensure issues is started before your application:
def application do
[applications: [:issues]]
end