{"id":23703388,"url":"https://github.com/studimax/streamboard-cli","last_synced_at":"2026-01-31T04:30:17.650Z","repository":{"id":37182806,"uuid":"333599433","full_name":"studimax/streamboard-cli","owner":"studimax","description":"StreamBoard CLI is a command-line interface to create and pack plugins for the Stream Board","archived":false,"fork":false,"pushed_at":"2023-01-07T05:44:32.000Z","size":1498,"stargazers_count":1,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-03T11:45:59.214Z","etag":null,"topics":["cli","plugin","plugin-builder","stream-board","streamboard","streamboard-cli","studimax"],"latest_commit_sha":null,"homepage":"https://stream-board.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/studimax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-28T00:32:00.000Z","updated_at":"2021-06-23T17:28:25.000Z","dependencies_parsed_at":"2023-02-06T13:01:24.931Z","dependency_job_id":null,"html_url":"https://github.com/studimax/streamboard-cli","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studimax%2Fstreamboard-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studimax%2Fstreamboard-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studimax%2Fstreamboard-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studimax%2Fstreamboard-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/studimax","download_url":"https://codeload.github.com/studimax/streamboard-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239780142,"owners_count":19695736,"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","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":["cli","plugin","plugin-builder","stream-board","streamboard","streamboard-cli","studimax"],"created_at":"2024-12-30T13:02:43.168Z","updated_at":"2026-01-31T04:30:17.392Z","avatar_url":"https://github.com/studimax.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" style=\"margin: 0\"\u003e\n  \u003ca href=\"https://stream-board.app/\" target=\"blank\"\u003e\u003cimg src=\"https://stream-board.app/logo.svg\" width=\"175\" alt=\"StreamBoard Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\" style=\"margin-top: 0\"\u003eStream Board CLI\u003c/h1\u003e\n\n![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/studimax/streamboard-cli/CodeQL)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ba0fe6b62c2748babe7b6347f6f02c53)](https://app.codacy.com/gh/studimax/streamboard-cli?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=studimax/streamboard-cli\u0026utm_campaign=Badge_Grade_Settings)\n[![npm](https://img.shields.io/npm/v/streamboard-cli)](https://www.npmjs.com/package/streamboard-cli)\n[![Code Style: Google](https://img.shields.io/badge/code%20style-google-blueviolet.svg?logo=google\u0026logoColor=white)](https://github.com/google/gts)\n[![Code: TypeScript](https://img.shields.io/badge/made%20with-typescript-blue.svg?logo=typescript\u0026logoColor=white)](https://github.com/microsoft/TypeScript)\n[![Made By: StudiMax](https://img.shields.io/badge/made%20by-studimax-red.svg)](https://github.com/studimax)\n\n\nThis project is the **official** plugin builder for the Stream Board project.\n\n# Installation\n```bash\n    # with npm\n    $ npm install streamboard-cli -g\n    # with yarn\n    $ yarn global add streamboard-cli\n```\n# How to use\n### Create a new plugin\n```bash\n    $ streamboard-cli create \u003cname\u003e \n    $ cd \u003cname\u003e\n```\n### Build your new plugin\n```bash\n    $ streamboard-cli build\n```\n### Test your new plugin\n```bash\n    $ streamboard-cli serve\n```\n### You need a valid package.json with this configuration :\n```json\n    {\n        \"name\": \"plugin-name\",\n        \"version\": \"1.0.0\",\n        \"main\": \"index.js\",\n        \"icon\": \"assets/img/icon.png\",\n        \"identifier\": \"ch.studimax.simple-plugin\",\n        \"actions\": {\n            \"test\": {\n                \"name\": \"Test\",\n                \"icon\": \"assets/img/actions/test.png\"\n            }\n        },\n        \"engines\": {\n            \"node\": \"\u003e=14.16.0\"\n        }\n    }\n```\nDon't forget to put all your assets files in the assets folder.\n\n#### Done\n\nEt voilà - we created a simple plugin. Don't forget that this project is in development.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudimax%2Fstreamboard-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudimax%2Fstreamboard-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudimax%2Fstreamboard-cli/lists"}