|
This template provides a minimal template for building a TilePad plugin using the TypeScript language.
For help with getting started check out Getting Started
- Basic TypeScript + rollup configuration
- Basic counter example project
- Tile actions for increasing and decreasing a shared counter
- Inspector UI for choosing the "amount" of increasing / decreasing per tile
- CI for building and bundling releases
Create a new release tag:
git tag "0.1.0"
Push the release tag to github:
git push --tags
Your project will be built and bundled in CI on github, after this is complete you will find a draft release under Releases containing the .tilepadPlugin file