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-12-28 19:45:21 +13:00
config chore: set up git_ops and auto-releasing 2020-12-28 19:38:07 +13:00
lib Starting with enumerable helpers. 2020-11-16 09:52:18 +13:00
test Starting with enumerable helpers. 2020-11-16 09:52:18 +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 chore: set up git_ops and auto-releasing 2020-12-28 19:38:07 +13:00
CHANGELOG.md chore: set up git_ops and auto-releasing 2020-12-28 19:38:07 +13:00
LICENSE Started adding test coverage. 2020-11-14 21:09:45 +13:00
mix.exs chore: Add package description. 2020-12-28 19:45:21 +13:00
mix.lock chore: set up git_ops and auto-releasing 2020-12-28 19:38:07 +13:00
README.md First post. 2020-11-13 18:46:34 +13:00
renovate.json Add renovate.json 2020-11-16 12:36:04 +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.