Simple sample module for Collboard.com with the art (object on the board), tool, and attribute created via @collboard/modules-sdk.
- Clone this repository
- Install NPM dependencies
- Change
@collboard-templates/
to your scope (In VSCode, useCtrl+Shift+H
to trigger search&replace) - Start developing!
npm start
Or you can use recommended VSCode extension Terminals Manager and trigger scripts by Ctrl+Alt+T
- (optional) Install recommended VSCode extensions
- (optional) Add
collboard-module
topic tag to your module repository details - (optional) Change module README. Tip: You can keep the badges part of this template README just with 3. changed
@collboard/hello-world-module
+ removedUse this template
badge.
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.