{"id":18276398,"url":"https://github.com/matanlurey/tts-runner","last_synced_at":"2026-05-17T11:34:12.108Z","repository":{"id":42850847,"uuid":"261043141","full_name":"matanlurey/tts-runner","owner":"matanlurey","description":"Node.js utilities library for Tabletop Simulator","archived":false,"fork":false,"pushed_at":"2023-01-07T04:41:05.000Z","size":1257,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T20:04:20.769Z","etag":null,"topics":["node-js","runner","tabletop-simulator","tools"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matanlurey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-03T23:50:52.000Z","updated_at":"2022-06-23T23:26:13.000Z","dependencies_parsed_at":"2023-02-06T12:01:26.813Z","dependency_job_id":null,"html_url":"https://github.com/matanlurey/tts-runner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matanlurey/tts-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matanlurey%2Ftts-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matanlurey%2Ftts-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matanlurey%2Ftts-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matanlurey%2Ftts-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matanlurey","download_url":"https://codeload.github.com/matanlurey/tts-runner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matanlurey%2Ftts-runner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267997177,"owners_count":24178251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["node-js","runner","tabletop-simulator","tools"],"created_at":"2024-11-05T12:15:57.058Z","updated_at":"2026-05-17T11:34:07.087Z","avatar_url":"https://github.com/matanlurey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tts-runner\n\nNode.js library for running [Tabletop Simulator][1].\n\n[1]: https://store.steampowered.com/app/286160/Tabletop_Simulator/\n\n## API\n\n### `launch(options)`\n\n```ts\n{\n  /**\n   * Additional flags to pass when running.\n   *\n   * Do note, many flags such as `-novid` and `-nosubscription` speed up start\n   * times are already set by default. You can ignore this behavior by disabling\n   * @see ignoreDefaultFlags.\n   *\n   * @see https://kb.tabletopsimulator.com/getting-started/launch-options/.\n   */\n  additionalFlags?: string[];\n\n  /**\n   * Whether to pass no flags by default.\n   *\n   * This will entirely rely on @see additionalFlags.\n   */\n  ignoreDefaultFlags?: boolean;\n\n  /**\n   * Explicit path of the intended Tabletop Simulator binary.\n   *\n   * * If this `steamAppsPath` is defined, it will be used.\n   * * Otherwise, the `STEAM_APPS_PATH` env variable will be used if set.\n   * * Otherwise, will attempt to detect the installed steam directory.\n   */\n  steamAppsPath?: string;\n}\n```\n\n### `const instance = await launch()`\n\n```ts\n{\n  /**\n   * Process ID number.\n   */\n  pid: number;\n\n  /**\n   * A reference to the spawned @see ChildProcess.\n   */\n  process: ChildProcess;\n\n  /**\n   * Kills the promise, and does any related cleanup work.\n   */\n  kill;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatanlurey%2Ftts-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatanlurey%2Ftts-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatanlurey%2Ftts-runner/lists"}