A simple template for quickly building your own Baton connector.
- Click on the "use this template" button, and you'll have a new repository for your connector.
- Update
cookiecutter.json
with the appropriate configuration{ "repo_owner": "conductorone", "repo_name": "baton-example", "name": "baton-example" }
- Commit this change, and a Github action will process the update and initialize the repo for you.