{"id":20663968,"url":"https://github.com/universaldatatool/udt-plugin-discovery","last_synced_at":"2026-04-17T16:03:16.974Z","repository":{"id":105784700,"uuid":"322939069","full_name":"UniversalDataTool/udt-plugin-discovery","owner":"UniversalDataTool","description":"API for discovering and searching for UDT plugins","archived":false,"fork":false,"pushed_at":"2020-12-19T21:24:16.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T18:42:31.894Z","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/UniversalDataTool.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}},"created_at":"2020-12-19T21:14:14.000Z","updated_at":"2020-12-19T21:24:18.000Z","dependencies_parsed_at":"2023-09-30T05:46:48.135Z","dependency_job_id":null,"html_url":"https://github.com/UniversalDataTool/udt-plugin-discovery","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"be10eb08929a26226194a93eac795b66e4d9a7ba"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniversalDataTool%2Fudt-plugin-discovery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniversalDataTool%2Fudt-plugin-discovery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniversalDataTool%2Fudt-plugin-discovery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniversalDataTool%2Fudt-plugin-discovery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UniversalDataTool","download_url":"https://codeload.github.com/UniversalDataTool/udt-plugin-discovery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242825752,"owners_count":20191444,"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-11-16T19:21:20.796Z","updated_at":"2026-04-17T16:03:16.934Z","avatar_url":"https://github.com/UniversalDataTool.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UDT Plugin Discovery\n\nThis provides a simple api for discovering npm packages that are valid UDT plugins. It is used inside the Universal Data Tool to get plugins.\n\n# Usage\n\n## Get all UDT plugins\n\n`GET https://plugin-discovery.universaldatatool.com/api?q=delete-samples`\n\n```javascript\n{\n  \"plugins\": [\n    {\n      \"name\": \"udt-transform-delete-samples\",\n      \"description\": \"...\",\n      \"version\": \"1.0.7\",\n      \"keywords\": [\"udt-plugin\", \"udt-transform\"]\n    }\n  ]\n}\n```\n\n## Listing Your Plugin\n\nMake sure your plugin has a package.json file that includes `keywords` with `\"udt-plugin\"`, for example:\n\n```javascript\n{\n  \"name\": \"udt-transform-delete-samples\",\n  \"version\": \"1.0.7\",\n  \"main\": \"plugin-config.js\",\n  \"repository\": \"git@github.com:UniversalDataTool/udt-transform-delete-samples.git\",\n  \"license\": \"MIT\",\n  \"type\": \"module\",\n  \"scripts:\": {\n    \"start\": \"udt-plugin start\"\n  },\n  \"keywords\": [\n    \"udt-plugin\",\n    \"udt-transform\"\n  ],\n  \"dependencies\": {\n    \"udt-plugin\": \"0.0.1\"\n  }\n}\n```\n\n\nThen publish your plugin to npm using `npm publish`. The discovery service will always\nreturn the latest version of your plugin.\n\n# FAQ\n\n## Why isn't my plugin appearing in the discovery tool?\n\nCheck to see that your package appears on [npms.io](https://npms.io). Our api updates as their api updates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiversaldatatool%2Fudt-plugin-discovery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funiversaldatatool%2Fudt-plugin-discovery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiversaldatatool%2Fudt-plugin-discovery/lists"}