{"id":16702144,"url":"https://github.com/pusewicz/vimpk","last_synced_at":"2026-01-27T18:41:46.109Z","repository":{"id":227908862,"uuid":"772404224","full_name":"pusewicz/vimpk","owner":"pusewicz","description":"VimPK is a Vim package manager","archived":false,"fork":false,"pushed_at":"2025-12-30T10:13:36.000Z","size":87,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-09T10:52:40.569Z","etag":null,"topics":["cli","package","package-manager","ruby","vim"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/pusewicz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-03-15T05:57:15.000Z","updated_at":"2025-12-30T10:13:20.000Z","dependencies_parsed_at":"2024-03-16T21:31:49.928Z","dependency_job_id":"b1691df0-cc3c-4010-bfd8-add81e57d170","html_url":"https://github.com/pusewicz/vimpk","commit_stats":null,"previous_names":["pusewicz/vimpk"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/pusewicz/vimpk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pusewicz%2Fvimpk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pusewicz%2Fvimpk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pusewicz%2Fvimpk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pusewicz%2Fvimpk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pusewicz","download_url":"https://codeload.github.com/pusewicz/vimpk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pusewicz%2Fvimpk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28818676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T18:01:38.485Z","status":"ssl_error","status_checked_at":"2026-01-27T18:01:27.499Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","package","package-manager","ruby","vim"],"created_at":"2024-10-12T18:46:57.079Z","updated_at":"2026-01-27T18:41:46.093Z","avatar_url":"https://github.com/pusewicz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VimPK\n\nWelcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/vimpk`. To experiment with that code, run `bin/console` for an interactive prompt.\n\n## Installation\n\nInstall the gem by executing:\n\n    $ gem install vimpk\n\n## Usage\n\nTo use the gem, you can run the following command:\n\n    $ vimpk\n\n#### Install a plugin\n\n    # Will install to the default `plugins` pack directory under `start`\n    $ vimpk install dense-analysis/ale\n      Installed dense-analysis/ale to /Users/johndoe/.vim/pack/plugins/start/ale. Took 0.767983 seconds.\n\n    # Will install to the `colors` pack directory under `opt`\n    $ vimpk install sainnhe/sonokai --pack colors --opt\n      Installed sainnhe/sonokai to /Users/johndoe/.vim/pack/colors/opt/sonokai. Took 0.844782 seconds.\n\n#### List installed plugins\n\n    $ vimpk list\n    /Users/johndoe/.vim/pack/colors/opt/sonokai\n    /Users/johndoe/.vim/pack/plugins/start/ale\n\n    # List only opt packages\n    $ vimpk list --opt\n    /Users/johndoe/.vim/pack/colors/opt/sonokai\n\n    # List only plugins\n    $ vimpk list --pack plugins\n    /Users/johndoe/.vim/pack/plugins/start/ale\n\n#### Move a plugin\n\n    # Will move to the `linting` pack directory under `start`\n    $ vimpk move ale --pack linting\n      Moved ale to /Users/johndoe/.vim/pack/linting/start/ale.\n\n    # Will move to `opt`\n    $ vimpk move ale --opt\n      Moved ale to /Users/johndoe/.vim/pack/plugins/opt/ale.\n\n    # Will move to `start`\n    $ vimpk move ale --start\n      Moved ale to /Users/johndoe/.vim/pack/plugins/start/ale.\n\n#### Update all plugins\n\n    $ vimpk update\n\n#### Remove a plugin\n\n    $ vimpk remove ale\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/pusewicz/vimpk. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/pusewicz/vimpk/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Vimpk project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/pusewicz/vimpk/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpusewicz%2Fvimpk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpusewicz%2Fvimpk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpusewicz%2Fvimpk/lists"}