{"id":16535438,"url":"https://github.com/shougo/dpp-ext-installer","last_synced_at":"2025-10-28T11:32:18.605Z","repository":{"id":199880737,"uuid":"703989658","full_name":"Shougo/dpp-ext-installer","owner":"Shougo","description":"Installer ext for dpp.vim","archived":false,"fork":false,"pushed_at":"2025-01-22T10:07:31.000Z","size":127,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T15:04:44.853Z","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}},"created_at":"2023-10-12T10:07:42.000Z","updated_at":"2025-01-22T10:07:34.000Z","dependencies_parsed_at":"2023-10-13T05:37:19.082Z","dependency_job_id":"bad86f69-31bc-4ebb-8e65-7e148dc5d570","html_url":"https://github.com/Shougo/dpp-ext-installer","commit_stats":null,"previous_names":["shougo/dpp-ext-installer"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shougo%2Fdpp-ext-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shougo","download_url":"https://codeload.github.com/Shougo/dpp-ext-installer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238646325,"owners_count":19506993,"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":["dpp-exts","dpp-vim"],"created_at":"2024-10-11T18:27:28.938Z","updated_at":"2025-10-28T11:32:13.316Z","avatar_url":"https://github.com/Shougo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dpp-ext-installer\n\nThis ext implements plugins installer.\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```vim\n\t\" Install plugins\n\tcall dpp#async_ext_action('installer', 'install')\n\n\t\" Update plugins\n\tcall dpp#async_ext_action('installer', 'update')\n\n\t\" Update plugins with specify rollback revisions\n\tcall dpp#async_ext_action('installer', 'update',\n\t\\ #{ rollback: 'latest' })\n\n\t\" Update dpp.vim\n\tcall dpp#async_ext_action('installer', 'update',\n\t\\ #{ names: ['dpp.vim'] })\n\n\t\" Check not updated plugins\n\tcall dpp#async_ext_action('installer', 'checkNotUpdated')\n\n\t\" Get not installed plugins\n\techo dpp#sync_ext_action('installer', 'getNotInstalled')\n```\n\n## Screenshots\n\n![install UI](install_ui.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshougo%2Fdpp-ext-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshougo%2Fdpp-ext-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshougo%2Fdpp-ext-installer/lists"}