An open API service indexing awesome lists of open source software.

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

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