https://github.com/eksperimental/experimental_elixir
Experimental Elixir – Trying things... just trying
https://github.com/eksperimental/experimental_elixir
Last synced: about 1 year ago
JSON representation
Experimental Elixir – Trying things... just trying
- Host: GitHub
- URL: https://github.com/eksperimental/experimental_elixir
- Owner: eksperimental
- License: apache-2.0
- Created: 2015-08-17T08:26:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T01:38:50.000Z (about 10 years ago)
- Last Synced: 2025-01-29T19:14:23.850Z (over 1 year ago)
- Language: Elixir
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExperimentalElixir
**TODO: Add description**
## Installation
1. Add experimental_elixir to your list of dependencies in mix.exs:
def deps do
[
{:experimental_elixir, "~> 0.0.1"},
]
end
2. Ensure experimental_elixir is started before your application:
def application do
[
applications: [:experimental_elixir],
]
end