Outerbase Cell Plugin Template
This repository aims to enable code splitting for developers, making the creation of plugins with multiple files easier. You can utilize this repository as a template for your project, helping you kickstart the development of a table plugin. Simply customize the pluginEntry.js file to align with table plugin methods.
- Update the code in
pluginEntry.js
to match the creating a plugin documentation. - Use
npm install
thennpm run build
- Copy the code in
./dist/plugin.bundle.js
to your clipboard and paste it!