Simple sample module for Collboard.com created via @collboard/modules-sdk.
- Clone this repository
 - Install NPM dependencies
 - Change 
@collboard-templates/hello-world-moduleto your module name and scope (In VSCode, useCtrl+Shift+Hto trigger search&replace) - Start developing!
 
npm startOr you can use recommended VSCode extension Terminals Manager and trigger scripts by Ctrl+Alt+T
- (optional) Install recommended VSCode extensions
 - (optional) Add 
collboard-moduletopic 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 templatebadge. 
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_TOKENTip: In this template, there is automated GitHub workflow to publish after a new version automatically.

