Socket
Socket
Sign inDemoInstall

tts-dev-helper

Package Overview
Dependencies
28
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tts-dev-helper

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


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

tts-dev-helper

npm downloads npm version npm license

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

Keywords

FAQs

Last updated on 17 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc