tilepad-cli

Crates.iotilepad-cli
lib.rstilepad-cli
version0.4.0
created_at2025-03-22 13:14:03.265747+00
updated_at2025-08-03 05:31:28.930573+00
descriptionCLI for developing tilepad plugins
homepage
repositoryhttps://github.com/tilepad/tilepad-cli
max_upload_size
id1601786
size114,736
Jacob (jacobtread)

documentation

README

Tilepad CLI

Command line tool for working with Tilepad plugins, packing plugins, linking, ...etc

CLI for developing tilepad plugins

Usage: tilepad.exe [OPTIONS] [COMMAND]

Commands:
  create            Scaffold out a new tilepad plugin
  restart           Restart a specific plugin
  stop              Stop a specific plugin
  link              Link the current plugin to tilepad
  unlink            Remove the link from the current plugin
  reload-plugins    Tell TilePad to reload the currently loaded plugins and load any new plugins that were added
  bundle            Bundles the .tilepadPlugin directory into a .tilepadPlugin archive ready to be installed by Tilepad
  bundle-icon-pack
  help              Print this message or the help of the given subcommand(s)

Options:
  -p, --port <PORT>  Override the default server port when using a custom port within the tilepad desktop app
  -h, --help         Print help
  -V, --version      Print version

Useful commands

Pulling down the git submodules for the various project templates:

git submodule update --init --recursive

Adding a new template:

git submodule add https://github.com/TilePad/tilepad-example-js.git templates/template-javascript
Commit count: 26

cargo fmt