@betty-blocks/component-sdk
v1.91.4
Published
A collection of APIs to develop on the Betty Blocks platform
Downloads
589
Maintainers
Keywords
Readme
Betty Component SDK
A collection of APIs to develop on the Betty Blocks platform
Documentation
Generate documentation locally:
yarn build:docsInstallation
Install the sdk with npm:
npm install @betty-blocks/component-sdk --also=devInstall the sdk with yarn:
yarn add -D @betty-blocks/component-sdkRunning Tests
To run tests, run the following command:
yarn testDevelopment Notes
Please add unit tests for all new functionality.
You can use yarn link to test this package locally to make sure it performs as expected.
