https://github.com/getbeak/extension-variable-template
A template to help you get started building Realtime Value extensions for Beak
https://github.com/getbeak/extension-variable-template
beak beak-app beak-extension
Last synced: about 1 month ago
JSON representation
A template to help you get started building Realtime Value extensions for Beak
- Host: GitHub
- URL: https://github.com/getbeak/extension-variable-template
- Owner: getbeak
- Created: 2022-04-29T18:03:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T15:35:25.000Z (over 1 year ago)
- Last Synced: 2025-10-30T04:03:20.862Z (9 months ago)
- Topics: beak, beak-app, beak-extension
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beak variable extension
**Note: The Beak Extensions API is still in an experimental phase, and so are the docs.**
This is a template repo to help you get started building a variable extension for Beak.
## About Beak
Beak is a cross-platform API crafting tool that makes it easy to build and test API's across platforms and teams.
## Getting started
- Clone this repo wherever you want
- Make the whatever changes you want
- Update the name of the extension in the `package.json`
- Add this package as a dependency in the `extensions` folder of your Beak project
- Run `yarn`
- Restart Beak