{"id":16698216,"url":"https://github.com/arlac77/mkpr","last_synced_at":"2025-11-27T07:04:05.058Z","repository":{"id":37406284,"uuid":"150274518","full_name":"arlac77/mkpr","owner":"arlac77","description":"create pull request by streaming content through a filter","archived":false,"fork":false,"pushed_at":"2025-05-08T23:33:31.000Z","size":3470,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T23:33:37.002Z","etag":null,"topics":["pull-requests"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arlac77.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}},"created_at":"2018-09-25T14:00:59.000Z","updated_at":"2025-05-08T23:33:34.000Z","dependencies_parsed_at":"2023-09-23T02:39:04.727Z","dependency_job_id":"f7b98693-37de-47c0-9213-d4062daf650a","html_url":"https://github.com/arlac77/mkpr","commit_stats":{"total_commits":2255,"total_committers":8,"mean_commits":281.875,"dds":0.2629711751662971,"last_synced_commit":"b8712b7b12698b5e8f4475fe5b0111d3e731631d"},"previous_names":[],"tags_count":593,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arlac77%2Fmkpr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arlac77%2Fmkpr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arlac77%2Fmkpr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arlac77%2Fmkpr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arlac77","download_url":"https://codeload.github.com/arlac77/mkpr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254488879,"owners_count":22079512,"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":["pull-requests"],"created_at":"2024-10-12T17:51:11.531Z","updated_at":"2025-11-27T07:04:05.009Z","avatar_url":"https://github.com/arlac77.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm](https://img.shields.io/npm/v/mkpr.svg)](https://www.npmjs.com/package/mkpr)\n[![License](https://img.shields.io/badge/License-0BSD-blue.svg)](https://spdx.org/licenses/0BSD.html)\n[![bundlejs](https://deno.bundlejs.com/?q=mkpr\\\u0026badge=detailed)](https://bundlejs.com/?q=mkpr)\n[![downloads](http://img.shields.io/npm/dm/mkpr.svg?style=flat-square)](https://npmjs.org/package/mkpr)\n[![GitHub Issues](https://img.shields.io/github/issues/arlac77/mkpr.svg?style=flat-square)](https://github.com/arlac77/mkpr/issues)\n[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fmkpr%2Fbadge\\\u0026style=flat)](https://actions-badge.atrox.dev/arlac77/mkpr/goto)\n[![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/mkpr/badge.svg)](https://snyk.io/test/github/arlac77/mkpr)\n[![Coverage Status](https://coveralls.io/repos/arlac77/mkpr/badge.svg)](https://coveralls.io/github/arlac77/mkpr)\n\n## mkpr\n\ncreate pull request by streaming content through a filter\n\nCurrently supports github and bitbucket hosted repositories.\n\n% separates executable args from branch list\n\n```shell\nexport AGGREGATION_FACTORY=\"github-repository-provider\" # for github repos\nexport GITHUB_TOKEN='token providing repositroy write access' # for github repos\n\nmkpr --entries '**/*.json' sed s/a/b/ % myGithubUser/myRepo\n```\n\nCreate pull request for all package.json entries in the myuser/\\_ config \\_ repos of github\nwith the devDependency/config-expander set to ^10.3.2\n\n```shell\nexport AGGREGATION_FACTORY=\"github-repository-provider\" # for github repos\nexport GITHUB_TOKEN='token providing repositroy write access' # for github repos\n\nmkpr --entries package.json --jsonpatch '[{\"op\":\"replace\",\"path\":\"/devDependencies/config-expander\",\"value\":\"^10.3.2\"}]' 'myuser/*config*'\n```\n\n# API\n\n\u003c!-- Generated by documentation.js. Update this documentation by updating the source code. --\u003e\n\n## Table of Contents\n\n# install\n\n```shell\nnpm install -g mkpr\n```\n\n# license\n\nBSD-2-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farlac77%2Fmkpr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farlac77%2Fmkpr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farlac77%2Fmkpr/lists"}