πQuick Start From Template
Scaffold a new vCon adapter in five minutes from the official template repo.
Prerequisites
Step 1 β Create your repo from the template
Name
Form
Example
gh repo create vcon-dev/vcon-foo-adapter \
--template vcon-dev/vcon-adapter-template \
--public \
--clone
cd vcon-foo-adapterStep 2 β Run find-and-replace on placeholders
Step 3 β Install and verify the smoke tests pass
Step 4 β Wire the source-platform listener
Step 5 β Configure
Env var
Purpose
Step 6 β Run it
Step 7 β Verify a real vCon end-to-end
Step 8 β Publish
What to read next
Last updated
Was this helpful?