{"id":50803074,"url":"https://github.com/crowbartools/firebot-plugin-template","last_synced_at":"2026-06-12T22:04:55.504Z","repository":{"id":361487743,"uuid":"1254543545","full_name":"crowbartools/firebot-plugin-template","owner":"crowbartools","description":"A TypeScript template for Firebot Plugins ","archived":false,"fork":false,"pushed_at":"2026-05-30T20:49:28.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T22:19:49.784Z","etag":null,"topics":["firebot","plugin","streaming","twitch"],"latest_commit_sha":null,"homepage":"https://firebot.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crowbartools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-30T17:44:45.000Z","updated_at":"2026-05-30T20:49:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/crowbartools/firebot-plugin-template","commit_stats":null,"previous_names":["crowbartools/firebot-plugin-template"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/crowbartools/firebot-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowbartools%2Ffirebot-plugin-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowbartools%2Ffirebot-plugin-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowbartools%2Ffirebot-plugin-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowbartools%2Ffirebot-plugin-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crowbartools","download_url":"https://codeload.github.com/crowbartools/firebot-plugin-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowbartools%2Ffirebot-plugin-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34263893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["firebot","plugin","streaming","twitch"],"created_at":"2026-06-12T22:04:53.907Z","updated_at":"2026-06-12T22:04:55.493Z","avatar_url":"https://github.com/crowbartools.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starter Firebot Plugin\n\nA template for building [Firebot](https://firebot.app) plugins (formerly known as \"startup scripts\") in TypeScript, bundled with [tsdown](https://tsdown.dev).\n\n\u003e [!IMPORTANT]\n\u003e This template targets the new plugin API that only works with **Firebot v5.67.0 or newer**. Earlier versions of Firebot are not supported.\n\n### Setup\n\n1. Create a new repo based off this template (click \"Use this Template\" above) or fork it.\n2. `npm install`\n\n### Building\n\n```\nnpm run build\n```\n\nThe compiled plugin is written to `dist/\u003cpluginOutputName\u003e.js` as a single file.\n\n### Installing in Firebot\n1. Run `npm run build:dev`. This builds the plugin and automatically copies the `.js` file into Firebot's `scripts/` folder.\n2. In Firebot, open the plugin manager, click Install, and select your plugins `.js` file in your `scripts/` folder.\n\nDuring development you can rerun `npm run build:dev` to have the latest code rebuilt and copied over again.\n\nIf Firebot is running, the command will also instruct Firebot to reload the plugin automatically as a form of hot-reload.\n\n### Testing\n\n```\nnpm test\n```\n\n### Notes\n\n- Keep the plugin definition object (the one with `manifest`, `parametersSchema`, and `onLoad`) in `src/main.ts`. The build minifies output but preserves function names, which Firebot relies on to load the plugin.\n- `@crowbartools/firebot-types` is treated as an external dependency and is provided by Firebot at runtime - it is not bundled into your output.\n- Edit the `\"pluginOutputName\"` property in `package.json` to change the filename of the built plugin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowbartools%2Ffirebot-plugin-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrowbartools%2Ffirebot-plugin-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowbartools%2Ffirebot-plugin-template/lists"}