Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iodevs/result
A Result pattern for elixir
https://github.com/iodevs/result
elixir hacktoberfest
Last synced: 21 days ago
JSON representation
A Result pattern for elixir
- Host: GitHub
- URL: https://github.com/iodevs/result
- Owner: iodevs
- License: bsd-3-clause
- Created: 2017-08-30T14:18:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T12:30:24.000Z (almost 3 years ago)
- Last Synced: 2024-04-23T22:55:20.934Z (8 months ago)
- Topics: elixir, hacktoberfest
- Language: Elixir
- Homepage:
- Size: 55.7 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Result
[![Build Status](https://semaphoreci.com/api/v1/smita/result/branches/master/badge.svg)](https://semaphoreci.com/smita/result)
A Result pattern for elixir
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `result` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:result, "~> 1.7.2"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/result](https://hexdocs.pm/result).