https://github.com/shadowjack/issues_elixir
Example application from "Programming Elixir" book.
https://github.com/shadowjack/issues_elixir
Last synced: about 1 year ago
JSON representation
Example application from "Programming Elixir" book.
- Host: GitHub
- URL: https://github.com/shadowjack/issues_elixir
- Owner: ShadowJack
- Created: 2015-11-16T20:19:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T20:03:05.000Z (over 10 years ago)
- Last Synced: 2025-01-22T19:36:45.204Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 3.52 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"}]
end
2. Ensure issues is started before your application:
def application do
[applications: [:issues]]
end