Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stevenxl/issues
- Owner: StevenXL
- Created: 2015-12-25T00:14:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T00:17:30.000Z (about 9 years ago)
- Last Synced: 2024-11-30T12:33:29.004Z (about 2 months ago)
- Language: Elixir
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"}]
end2. Ensure issues is started before your application:
def application do
[applications: [:issues]]
end