{"id":18430684,"url":"https://github.com/kompiro/pr-summary","last_synced_at":"2025-04-07T17:33:47.381Z","repository":{"id":57157430,"uuid":"58302233","full_name":"kompiro/pr-summary","owner":"kompiro","description":"pr-summary is a command to summarize merged Pull Requests between specified refs.","archived":false,"fork":false,"pushed_at":"2018-03-13T10:04:52.000Z","size":88,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-22T22:23:57.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/kompiro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-08T07:56:43.000Z","updated_at":"2021-03-05T02:30:42.000Z","dependencies_parsed_at":"2022-09-07T21:00:39.845Z","dependency_job_id":null,"html_url":"https://github.com/kompiro/pr-summary","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kompiro%2Fpr-summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kompiro%2Fpr-summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kompiro%2Fpr-summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kompiro%2Fpr-summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kompiro","download_url":"https://codeload.github.com/kompiro/pr-summary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247698168,"owners_count":20981312,"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-06T05:21:58.823Z","updated_at":"2025-04-07T17:33:47.071Z","avatar_url":"https://github.com/kompiro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pr-summary\n\n[![npm version](https://badge.fury.io/js/pr-summary.svg)](https://badge.fury.io/js/pr-summary)\n\n`pr-summary` is a command to summarize merged Pull Requests between specified refs.\n\n## Getting Started\n\n### Prerequisites\n\nnode.js 6.X.\n\n### Install\n\n1. This package provided as npm package. You can install this command by `npm install -g pr-summary`\n2. [Get your GitHub access token](https://github.com/settings/tokens).\n3. Set the access token as Environment Variable `GITHUB_TOKEN`\n\n### Commands\n\n```shell\n $ prs --help\n\n  Usage: prs [options] [command]\n\n  Commands:\n\n    prepare-release   Create to prepare release PR\n    pr-info           List PRs in specified PR\n    help [cmd]        display help for [cmd]\n\n  Options:\n\n    -h, --help     output usage information\n    -V, --version  output the version number\n```\n\n#### pr-info(default)\n\n```\n  Usage: prs pr-info \u003cowner\u003e \u003crepo\u003e \u003cnumber\u003e\n\n  Options:\n\n    -h, --help  output usage information\n\n  Arguments:\n\n    owner:  Repository owner\n    repo:   Repository name\n    number: Pull Request number\n\n  Example:\n\n    prs pr-info kompiro pr-summary 3\n```\n\n#### prepare-release\n\n```\n  Usage: prs prepare-release \u003cowner\u003e \u003crepo\u003e \u003cbase\u003e \u003chead\u003e\n\n  Options:\n\n    -h, --help  output usage information\n\n  Arguments:\n\n    owner:  Repository owner\n    repo:   Repository name\n    base:   Base branch to merge [ex: master]\n    base:   Head branch to merge [ex: develop]\n\n  Example:\n\n    prs prepare-release kompiro pr-summary master develop\n```\n\n#### daily-report\n\n```\n  Usage: prs-daily-report \u003cowner\u003e \u003crepo\u003e [user] [date]\n\n  Options:\n\n    -h, --help  output usage information\n\n  Arguments:\n\n    owner:  Repository owner\n    repo:   Repository name\n    user:   User name(optional)\n    date:   Filter to specify target date(optional)\n\n  Example:\n\n    prs-pr-daily-report kompiro pr-summary kompiro (today)\n```\n\n\n## Running the tests\n\n`npm test`\n\n### And coding style tests\n\nThis command contains `.eslintrc.js`. You can check the style by `eslint`\n\n## Built With\n\n* [babel](https://github.com/babel/babel)\n* [overcommit](https://github.com/brigade/overcommit)\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/kompiro/pr-summary/tags).\n\n## Authors\n\n* **Hiroki Kondo** - *Initial work* - [kompiro](https://github.com/kompiro)\n\nSee also the list of [contributors](https://github.com/kompiro/pr-summry/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkompiro%2Fpr-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkompiro%2Fpr-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkompiro%2Fpr-summary/lists"}