{"id":19665472,"url":"https://github.com/spoddify-mopped/spoddify-mopped-plugin-template","last_synced_at":"2026-06-06T21:31:45.521Z","repository":{"id":41915974,"uuid":"464257171","full_name":"spoddify-mopped/spoddify-mopped-plugin-template","owner":"spoddify-mopped","description":"A template to create Spoddify Mopped plugins.","archived":false,"fork":false,"pushed_at":"2023-03-07T12:13:26.000Z","size":704,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-21T21:03:31.125Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/spoddify-mopped.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-27T21:24:28.000Z","updated_at":"2022-02-27T21:50:40.000Z","dependencies_parsed_at":"2025-01-10T02:33:22.572Z","dependency_job_id":"8815c1ec-a7c4-40f2-aa6c-3ed79b9c74d6","html_url":"https://github.com/spoddify-mopped/spoddify-mopped-plugin-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/spoddify-mopped/spoddify-mopped-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spoddify-mopped%2Fspoddify-mopped-plugin-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spoddify-mopped%2Fspoddify-mopped-plugin-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spoddify-mopped%2Fspoddify-mopped-plugin-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spoddify-mopped%2Fspoddify-mopped-plugin-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spoddify-mopped","download_url":"https://codeload.github.com/spoddify-mopped/spoddify-mopped-plugin-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spoddify-mopped%2Fspoddify-mopped-plugin-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34001197,"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-06T02:00:07.033Z","response_time":107,"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":[],"created_at":"2024-11-11T16:23:00.069Z","updated_at":"2026-06-06T21:31:45.500Z","avatar_url":"https://github.com/spoddify-mopped.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spoddify Mopped Plugin Template\n\nThis template can be used to create a Spoddify Mopped plugin.\n\n## Use This Template\n\nClick the link below to create a new GitHub Repository using this template, or click the _Use This Template_ button above.\n\n#### [Create New Repository From Template](https://github.com/spoddify-mopped/spoddify-mopped-plugin-template/generate)\n\n## Setup\n\nInstall all development node dependencies with:\n\n```bash\nnpm install\n```\n\n## Update package.json\n\nEdit the [`package.json`](package.json) and change the following values:\n\n- `name`: This has to be prefixed with `spoddify-mopped-` or `@scope/spoddify-mopped-` to be recognized as valid plugin. It is not allowed to contain any spaces or special characters.\n- `displayName`: This can be anything you want\n- `description`: A short description about what your plugin does\n- `repository.url`: Link to your repository\n- `bugs.url`: Link to the issues page of your repository\n\n## Build the plugin\n\nThis template uses TypeScript which needs to be compiled to JavaScript before it can be used. The following command will output the compilation to the `dist` directory:\n\n```bash\nnpm run build\n```\n\n## Link to Spoddify Mopped\n\nTo test the plugin you can link the current directory to the global `node_modules`, so Spoddify Mopped can locate it:\n\n```bash\nnpm link\n```\n\nNow start spoddify-mopped with:\n\n```bash\nspoddify-mopped -v\n```\n\nYou should see a log message when your plugin was loaded successfully.\n\n## Watch Changes\n\nTo auto-compile the code on changes, use:\n\n```bash\nnpm run watch\n```\n\n\u003e This will also restart spoddify-mopped for you. You have to stop any other running instance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspoddify-mopped%2Fspoddify-mopped-plugin-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspoddify-mopped%2Fspoddify-mopped-plugin-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspoddify-mopped%2Fspoddify-mopped-plugin-template/lists"}