{"id":15722335,"url":"https://github.com/stackotter/delta-plugin-template","last_synced_at":"2025-03-30T23:43:39.795Z","repository":{"id":113773091,"uuid":"422741526","full_name":"stackotter/delta-plugin-template","owner":"stackotter","description":"The template for Delta Client plugins.","archived":false,"fork":false,"pushed_at":"2022-04-18T08:02:53.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T05:17:55.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/stackotter.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}},"created_at":"2021-10-29T23:56:47.000Z","updated_at":"2022-01-12T02:33:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2594cc5-b712-44ed-ac42-e79d099bcaf5","html_url":"https://github.com/stackotter/delta-plugin-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackotter%2Fdelta-plugin-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackotter%2Fdelta-plugin-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackotter%2Fdelta-plugin-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackotter%2Fdelta-plugin-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackotter","download_url":"https://codeload.github.com/stackotter/delta-plugin-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246395572,"owners_count":20770240,"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":[],"created_at":"2024-10-03T22:06:51.325Z","updated_at":"2025-03-30T23:43:39.778Z","avatar_url":"https://github.com/stackotter.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delta Plugin Template\n\nThis repository is a template for [Delta Client](https://github.com/stackotter/delta-client) plugins.\n\nTo create a plugin, create a repo from this template repo and then replace all occurences of `HelloWorldPlugin` with the name of your plugin (should be a valid Swift type name). You can set a custom display name in `manifest.json` (the `name` field). The `target` field in `manifest`.json is the name of your plugin's SwiftPM target (in this template it's `HelloWorldPlugin`. Make sure to change the identifier in `manifest.json` to something unique as well.\n\n## Building\n\n### Prerequisites\n\n- Xcode 13 (or later)\n- [swift-bundler](https://github.com/stackotter/swift-bundler)\n- [jq](https://stedolan.github.io/jq/) (install with [homebrew](https://brew.sh): `brew install jq`)\n\n### Setup\n\n```sh\n# Clones delta-client into the current directory\n# You can also edit this script to clone a specific version of delta-client that you want to develop your plugin for\nsh setup.sh\n```\n\n### Build\n\n```sh\n# Build the plugin and output it into ./build\nsh build.sh\n```\n\n### Build and run\n\n```sh\n# 1. Builds the plugin into ./build\n# 2. Builds the version of Delta Client in ./delta-client\n# 3. Runs Delta Client with `--plugins-dir ./build`\nsh build-and-run.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackotter%2Fdelta-plugin-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackotter%2Fdelta-plugin-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackotter%2Fdelta-plugin-template/lists"}