Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 988 Bytes

File metadata and controls

40 lines (28 loc) · 988 Bytes

Tilepad + TS Plugin

This template provides a minimal template for building a TilePad plugin using the TypeScript language.

Getting started

For help with getting started check out Getting Started

Included in this template

  • 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

Creating a release

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