0.1.5 • Published 7 months ago

tts-dev-helper v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

A simple CLI app to help make development, with version control, easier for Tabletop Simulator (TTS).

Installation

$ npx tts-dev-helper

or if you really want to install it:

$ npm i -g tts-dev-helper

Command Line Interface

Extract a TTS save to a given location:

Usage: tts-dev-helper extract [options]

Options:
  -s, --source <source>  source of existing save file (env: EXTRACT_SOURCE)
  -d, --dest <dest>      output destination to extract save to (env: EXTRACT_DEST)
  -h, --help             display help for command

Compile an extracted save directory to a TTS save:

Usage: tts-dev-helper compile [options]

Options:
  -s, --source <source>  source folder of existing extracted save (env: COMPILE_SOURCE)
  -d, --dest <dest>      output destination of the save file (env: COMPILE_DEST)
  -r, --reload           send "Save & Play" command after compiling save
  -i, --include <dir>    a directory of lua files to include
  -h, --help             display help for command