{"id":16535456,"url":"https://github.com/shougo/dpp-ext-local","last_synced_at":"2025-10-09T03:38:35.428Z","repository":{"id":199880684,"uuid":"703988986","full_name":"Shougo/dpp-ext-local","owner":"Shougo","description":"Local ext for dpp.vim","archived":false,"fork":false,"pushed_at":"2025-09-11T03:46:46.000Z","size":16,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T03:38:35.086Z","etag":null,"topics":["dpp-exts","dpp-vim"],"latest_commit_sha":null,"homepage":"","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/Shougo.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":"2023-10-12T10:06:00.000Z","updated_at":"2025-10-06T12:27:43.000Z","dependencies_parsed_at":"2023-10-13T05:13:40.658Z","dependency_job_id":"74083d00-f854-4870-81e1-6958b3fec6e7","html_url":"https://github.com/Shougo/dpp-ext-local","commit_stats":null,"previous_names":["shougo/dpp-ext-local"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Shougo/dpp-ext-local","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-local","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-local/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-local/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-local/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shougo","download_url":"https://codeload.github.com/Shougo/dpp-ext-local/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-local/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000715,"owners_count":26082911,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["dpp-exts","dpp-vim"],"created_at":"2024-10-11T18:27:33.236Z","updated_at":"2025-10-09T03:38:35.390Z","avatar_url":"https://github.com/Shougo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dpp-ext-local\n\nThis ext implements local loading.\n\n## Required\n\n### denops.vim\n\nhttps://github.com/vim-denops/denops.vim\n\n### dpp.vim\n\nhttps://github.com/Shougo/dpp.vim\n\n## Configuration\n\n```typescript\nconst [context, options] = await args.contextBuilder.get(args.denops);\n\nconst localPlugins = await args.dpp.extAction(\n  args.denops,\n  context,\n  options,\n  \"local\",\n  \"local\",\n  {\n    directory: \"~/work\",\n    options: {\n      merged: false,\n    },\n  },\n) as Plugin[] | undefined;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshougo%2Fdpp-ext-local","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshougo%2Fdpp-ext-local","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshougo%2Fdpp-ext-local/lists"}