https://github.com/hacksu/elixir-basics
https://github.com/hacksu/elixir-basics
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacksu/elixir-basics
- Owner: hacksu
- License: mit
- Created: 2015-11-03T19:21:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T19:30:26.000Z (over 10 years ago)
- Last Synced: 2025-01-05T10:12:28.138Z (about 1 year ago)
- Language: Elixir
- Size: 207 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ListServer
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add list_server to your list of dependencies in `mix.exs`:
def deps do
[{:list_server, "~> 0.0.1"}]
end
2. Ensure list_server is started before your application:
def application do
[applications: [:list_server]]
end