Sims
WIP - This repo contains examples of test simulators that can be used to test external services.
My goal is for this to eventually be a code generator that lays down the boilerplate for simulating external services.
Installation
If available in Hex, the package can be installed
by adding sims to your list of dependencies in mix.exs:
def deps do
[
{:sims, "~> 0.1.0", only: [:dev]}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/sims.