Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.23 KB

README.md

File metadata and controls

38 lines (26 loc) · 2.23 KB

🌆🖌 Towns in Collboard

Simple sample module for Collboard.com created via @collboard/modules-sdk.

Use this template License Test Lint Known Vulnerabilities Issues

How to create your first module from this template

  1. Clone this repository
  2. Install NPM dependencies
  3. Change @collboard/module-sample-objects to your module name and scope
  4. Start developing!
npm start
  1. (optional) Install recommended VSCode extensions
  2. (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.

Publishing the module

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.