https://github.com/bigardone/elixir-github-issues
Sample Elixir application
https://github.com/bigardone/elixir-github-issues
Last synced: 3 months ago
JSON representation
Sample Elixir application
- Host: GitHub
- URL: https://github.com/bigardone/elixir-github-issues
- Owner: bigardone
- Created: 2015-11-24T11:55:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T15:51:24.000Z (over 9 years ago)
- Last Synced: 2025-02-08T10:24:51.815Z (4 months ago)
- Language: Elixir
- Size: 3.51 MB
- Stars: 0
- Watchers: 3
- 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