A library for working with result types in Elixir.
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2020-11-13 22:23:19 +13:00
lib First pass. 2020-11-13 22:23:19 +13:00
test First post. 2020-11-13 18:46:34 +13:00
.formatter.exs First post. 2020-11-13 18:46:34 +13:00
.gitignore First post. 2020-11-13 18:46:34 +13:00
.gitlab-ci.yml First post. 2020-11-13 18:46:34 +13:00
mix.exs First post. 2020-11-13 18:46:34 +13:00
mix.lock First post. 2020-11-13 18:46:34 +13:00
README.md First post. 2020-11-13 18:46:34 +13:00

Upshot

TODO: Add description

Installation

If available in Hex, the package can be installed by adding upshot to your list of dependencies in mix.exs:

def deps do
  [
    {:upshot, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/upshot.