{"id":20092372,"url":"https://github.com/rubixdev/mason-update-all","last_synced_at":"2025-05-06T04:31:44.066Z","repository":{"id":112918315,"uuid":"540054149","full_name":"RubixDev/mason-update-all","owner":"RubixDev","description":"Easily update all Mason packages with one command","archived":false,"fork":false,"pushed_at":"2025-04-16T11:15:09.000Z","size":21,"stargazers_count":17,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-16T14:59:54.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/RubixDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"rubixdev"}},"created_at":"2022-09-22T15:43:34.000Z","updated_at":"2025-04-16T11:15:13.000Z","dependencies_parsed_at":"2025-04-20T06:01:53.029Z","dependency_job_id":null,"html_url":"https://github.com/RubixDev/mason-update-all","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixDev%2Fmason-update-all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixDev%2Fmason-update-all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixDev%2Fmason-update-all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixDev%2Fmason-update-all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RubixDev","download_url":"https://codeload.github.com/RubixDev/mason-update-all/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252622089,"owners_count":21777918,"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-13T16:36:47.402Z","updated_at":"2025-05-06T04:31:44.060Z","avatar_url":"https://github.com/RubixDev.png","language":"Lua","readme":"# mason-update-all\nEasily update all [Mason](https://github.com/williamboman/mason.nvim) packages with one command.\n\n## Table of Contents\n* [Requirements](#requirements)\n* [Installation](#installation)\n  * [Packer](#packer)\n  * [vim-plug](#vim-plug)\n* [Setup](#setup)\n* [Commands](#commands)\n* [Events](#events)\n* [Updating from CLI](#updating-from-cli)\n\n## Requirements\n- [`mason.nvim`](https://github.com/williamboman/mason.nvim)\n\n## Installation\n### [Packer](https://github.com/wbthomason/packer.nvim)\n```lua\nuse { 'RubixDev/mason-update-all' }\n```\n\n### [vim-plug](https://github.com/junegunn/vim-plug)\n```vim\nPlug 'RubixDev/mason-update-all'\n```\n\n## Setup\n```lua\nrequire('mason-update-all').setup()\n```\n\n## Commands\n- `:MasonUpdateAll` — update all installed Mason packages\n\n## Events\nUpon completion of all updates the user event `MasonUpdateAllComplete` will be emitted. You can use it like so:\n\n```lua\nvim.api.nvim_create_autocmd('User', {\n    pattern = 'MasonUpdateAllComplete',\n    callback = function()\n        print('mason-update-all has finished')\n    end,\n})\n```\n\nor in VimScript:\n\n```vim\nautocmd User MasonUpdateAllComplete echo 'mason-update-all has finished'\n```\n\n## Updating from CLI\nUsing the provided vim command and user event, it is possible to update the Mason packages from the command line or shell scripts.\n\n```bash\n# Update Packer plugins\nnvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'\n\n# Update Mason packages\nnvim --headless -c 'autocmd User MasonUpdateAllComplete quitall' -c 'MasonUpdateAll'\n```\n","funding_links":["https://ko-fi.com/rubixdev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubixdev%2Fmason-update-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubixdev%2Fmason-update-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubixdev%2Fmason-update-all/lists"}