Cupboard
A simple application to maintain state in a separate process; perhaps for persisting the state of another application.
Installation
If available in Hex, the package can be installed
by adding cupboard to your list of dependencies in mix.exs:
def deps do
[
{:cupboard, "~> 0.2.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/cupboard/api-reference.html.