Incubating v0.2.1
Pristine
Shared runtime substrate for first-party OpenAPI-based Elixir SDKs.
Stats & Info
- Latest release: v0.2.1
- Recent downloads: 52
- All-time downloads: 52
- Maintainers: nshkrdotcom
Installation
Add pristine to your list of dependencies in mix.exs:
def deps do
[
{:pristine, "~> 0.2.1"}
]
endThen run:
mix deps.get