@tilepad/cli
v0.5.2
Published
CLI for developing tilepad plugins
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 versionInstallation
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tilepad/tilepad-cli/releases/latest/download/tilepad-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/tilepad/tilepad-cli/releases/latest/download/tilepad-cli-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install @tilepad/cliUseful commands
Pulling down the git submodules for the various project templates:
git submodule update --init --recursiveAdding a new template:
git submodule add https://github.com/TilePad/tilepad-example-js.git templates/template-javascript