@digital-engine/bubble-plugin-boilerplate

1.0.3 • Public • Published

Javascript Library Boilerplate for Bubble.io plugin

A Minimal Starter Kit for your Bubble.io project

Build Status Publish Status

📦 Getting Started

git clone https://github.com/digital-engine-info/bubble-plugin-boilerplate.git myLibrary
npm install

Bubble plugins examples can be found in src directory :

  • src/serverAction/index.js contains the runServer expected by a bubble server side action

💎 Customization

Before shipping, make sure to:

  1. Edit LICENSE file
  2. Edit package.json information (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

Package Sidebar

Install

npm i @digital-engine/bubble-plugin-boilerplate

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

9.75 kB

Total Files

8

Last publish

Collaborators

  • nabellaleen