Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nanne007/railway.ex
- Owner: nanne007
- Created: 2015-10-10T11:33:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T18:51:55.000Z (almost 5 years ago)
- Last Synced: 2023-07-13T19:50:51.768Z (over 1 year ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```