Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nanne007/railway.ex

tools for railway oriented programming in elixir
https://github.com/nanne007/railway.ex

Last synced: 8 days ago
JSON representation

tools for railway oriented programming in elixir

Awesome Lists containing this project

README

        

# Railway

an implementation of railway oriented programming

## Installation

Add railway to your list of dependencies in `mix.exs`:

``` elixir
def deps do
[{:railway, git: "https://github.com/lerencao/railway.git"}]
end
```