https://github.com/devrev/airdrop-template
Template to get you started with writing a DevRev Airdrop snap-in
https://github.com/devrev/airdrop-template
Last synced: 2 months ago
JSON representation
Template to get you started with writing a DevRev Airdrop snap-in
- Host: GitHub
- URL: https://github.com/devrev/airdrop-template
- Owner: devrev
- Created: 2024-06-19T14:06:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T13:12:27.000Z (3 months ago)
- Last Synced: 2026-01-12T19:58:20.865Z (3 months ago)
- Language: TypeScript
- Homepage: https://developer.devrev.ai/public/snapin-development/adaas
- Size: 517 KB
- Stars: 1
- Watchers: 16
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AirSync snap-in template
This GitHub repository provides a template with example code to implement an AirSync snap-in,
which imports todo lists, todos and users from a fake example external system into DevRev.
## Usage
1. Press on the green "Use this template" button, then "Create a new repository"
2. Name the repository in the form `airdrop--snap-in`, e.g
`airdrop-github-snap-in` (otherwise you will have to edit the snap-in manifest and a few other files).
3. Create the repository
A new repository will be created, with some data already populated by the template, assuming you set
the name, according to Step 2 above.
## Additional info
While developing the AirSync snap-in, make sure to refer to the
[AirSync snap-in documentation](https://developer.devrev.ai/airsync).