{"id":13715724,"url":"https://github.com/JuanCrg90/vpr","last_synced_at":"2025-05-07T05:31:34.716Z","repository":{"id":35992236,"uuid":"194929879","full_name":"JuanCrg90/vpr","owner":"JuanCrg90","description":"VPR is a CLI that helps you to quickly manage your project in GitHub/GitLab/Bitbucket","archived":false,"fork":false,"pushed_at":"2023-06-17T16:54:52.000Z","size":122,"stargazers_count":22,"open_issues_count":4,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T18:37:47.856Z","etag":null,"topics":["agile-development","automation","bitbucket","cli","github","gitlab","hacktoberfest","vpr"],"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/JuanCrg90.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}},"created_at":"2019-07-02T20:24:00.000Z","updated_at":"2024-09-29T15:07:48.000Z","dependencies_parsed_at":"2024-01-05T23:43:43.391Z","dependency_job_id":"1507bd64-0397-46c6-9f65-c194a32ac3d6","html_url":"https://github.com/JuanCrg90/vpr","commit_stats":{"total_commits":86,"total_committers":9,"mean_commits":9.555555555555555,"dds":"0.40697674418604646","last_synced_commit":"21d12d7f1dd6b6194ef041b0183fd36500166227"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanCrg90%2Fvpr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanCrg90%2Fvpr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanCrg90%2Fvpr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanCrg90%2Fvpr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuanCrg90","download_url":"https://codeload.github.com/JuanCrg90/vpr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252822996,"owners_count":21809700,"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":["agile-development","automation","bitbucket","cli","github","gitlab","hacktoberfest","vpr"],"created_at":"2024-08-03T00:01:02.682Z","updated_at":"2025-05-07T05:31:34.342Z","avatar_url":"https://github.com/JuanCrg90.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# vpr\n\n![StandardRB](https://github.com/JuanCrg90/vpr/workflows/StandardRB/badge.svg)\n![CI](https://github.com/JuanCrg90/vpr/workflows/CI/badge.svg)\n\n\nVPR is a CLI that helps you to quickly manage your project in GitHub/GitLab/Bitbucket.\nYou can visit with ease different project sections, like the issues page, a specific commit,\ncreate pull requests (merge requests for GitLab),\nand more, also is configurable for other platforms PRs are open.\n\n![vpr pull](https://res.cloudinary.com/juancrg90/image/upload/v1562970242/vpr/vpr_pull.gif)\n\n## Installation\n\n```bash\n  $ gem install vpr\n```\n\n## Usage\n\nAll the commands use the URL set as `origin` in your git remote to perform the web request,\nyou can use the flag `--remote=REMOTE` to specify which service you want to visit if you have your project stored in more than one platform.\n\n### `vpr branch`\nOpen in your browser your current branch.\n\n### `vpr branches`\nOpen the page that shows the uploaded branch list.\n\n### `vpr help`\nShow the likst of available `vpr` commands, you can pass an specific command to get more details.\n\n###  `vpr home`\nOpen in your browser the project page.\n\n### `vpr issues`\nOpen the in your browser issues list page.\n\n### `vpr pull`\nCreate a new pull request or visit an existing one for the current branch.\n\n### `vpr pulls`\nOpen the pull requests list page.\n\n### `vpr search COMMIT`\nSearch a given commit in the project page. the behavior of this command depends of the plaftorm, for example\nGitHub search in code, issues an PRs.\n\n### `vpr visit COMMIT`\nOpen in the browser the page with the commit passed as an argument.\n\n### `vpr version`\nShow the current `vpr` version\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` 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 tags, 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/JuanCrg90/vpr. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\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 Vpr project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/JuanCrg90/vpr/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJuanCrg90%2Fvpr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJuanCrg90%2Fvpr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJuanCrg90%2Fvpr/lists"}