Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 497 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 497 Bytes

baton-template

A simple template for quickly building your own Baton connector.

How to use

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