Simple sample module for Collboard.com created via @collboard/modules-sdk.
- Clone this repository
- Install NPM dependencies
- Change
@collboard/module-sample-objects
to your module name and scope - Start developing!
npm start
- (optional) Install recommended VSCode extensions
- (optional) Add
collboard-module
topic tag to your module repository details
Note: Look at all of our templates and miscellaneous Collboard modules on GitHub to pick best fit for your project.
Note: You can also start from scratch instead of using this template.
To compile, pack and send the module to Collboard module store server run:
colldev publish --token YOUR_TOKEN
Tip: In this template, there is automated GitHub workflow to publish after a new version automatically.