An open API service indexing awesome lists of open source software.

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

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