Skip to content

Byzanteam/jet-plugin-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetPluginSDK

Installation

The package can be installed by adding jet_plugin_sdk to your list of dependencies in mix.exs:

def deps do
  [
    {:jet_plugin_sdk, "~> 0.1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/jet_plugin_sdk.