https://github.com/aaronrenner/sims
https://github.com/aaronrenner/sims
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronrenner/sims
- Owner: aaronrenner
- Created: 2022-08-01T17:53:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T03:36:32.000Z (almost 2 years ago)
- Last Synced: 2024-08-23T04:38:27.184Z (almost 2 years ago)
- Language: Elixir
- Size: 73.2 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://hex.pm/docs/publish), the package can be installed
by adding `sims` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:sims, "~> 0.1.0", only: [:dev]}
]
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 .