Crates.io | tilepad-cli |
lib.rs | tilepad-cli |
version | 0.4.0 |
created_at | 2025-03-22 13:14:03.265747+00 |
updated_at | 2025-08-03 05:31:28.930573+00 |
description | CLI for developing tilepad plugins |
homepage | |
repository | https://github.com/tilepad/tilepad-cli |
max_upload_size | |
id | 1601786 |
size | 114,736 |
|
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
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