README.md
# JetPluginSDK
## Installation
The package can be installed by adding `jet_plugin_sdk` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:jet_plugin_sdk, "~> 0.1.0"}
]
end
```
The docs can be found at <https://hexdocs.pm/jet_plugin_sdk>.