@digital-engine/bubble-plugin-boilerplate
v1.0.3
Published
Javascript Minimal Starter Kit for bubble.io plugins
Maintainers
Readme
📦 Getting Started
git clone https://github.com/digital-engine-info/bubble-plugin-boilerplate.git myLibrary
npm installBubble plugins examples can be found in
srcdirectory :
src/serverAction/index.jscontains the runServer expected by a bubble server side action
💎 Customization
Before shipping, make sure to:
- Edit
LICENSEfile - Edit
package.jsoninformation (These will be used to generate the headers for your built files)
🧪 Unit test
You can run unit tests by using following command. Documentation about the test library can be found here Tests are written in files *.test.js stored closed to the source files : index.js --> index.test.js
npm test