https://github.com/hyper63/adapter-template
hyper adapter template project, fork this project to build your adapter
https://github.com/hyper63/adapter-template
Last synced: about 1 year ago
JSON representation
hyper adapter template project, fork this project to build your adapter
- Host: GitHub
- URL: https://github.com/hyper63/adapter-template
- Owner: hyper63
- Created: 2021-06-09T12:08:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T18:41:19.000Z (about 4 years ago)
- Last Synced: 2025-01-13T05:41:43.412Z (about 1 year ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
hyper adapter template for `data` port, use this template to create a hyper
adapter.
Replace `{{ADAPTER_NAME}}` with your adapter name in `mod.js`
## Testing
run `./scripts/test.sh` to lint, check format, and run tests
run `./scripts/harness.sh` to spin up a local instance of `hyper` using your
adapter for the data port
## TODO
- Add automation to set adapter name
- Add automation to set `port`
- Add automation to scaffold adapter methods, based on selected `port`