{"id":15691707,"url":"https://github.com/snugug/reparo","last_synced_at":"2025-04-13T02:14:37.583Z","repository":{"id":8315484,"uuid":"56465404","full_name":"Snugug/reparo","owner":"Snugug","description":"Repository maintainer","archived":false,"fork":false,"pushed_at":"2025-02-14T08:17:11.000Z","size":153,"stargazers_count":8,"open_issues_count":47,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T02:13:32.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://reparo.herokuapp.com/","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/Snugug.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}},"created_at":"2016-04-18T00:22:16.000Z","updated_at":"2022-09-16T21:22:09.000Z","dependencies_parsed_at":"2024-10-23T23:09:23.176Z","dependency_job_id":"3853ee95-535b-472c-8323-41f521034a05","html_url":"https://github.com/Snugug/reparo","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/Snugug%2Freparo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snugug%2Freparo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snugug%2Freparo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snugug%2Freparo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Snugug","download_url":"https://codeload.github.com/Snugug/reparo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654095,"owners_count":21140236,"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-10-03T18:23:33.877Z","updated_at":"2025-04-13T02:14:37.564Z","avatar_url":"https://github.com/Snugug.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reparo\n[![Build Status](https://travis-ci.org/Snugug/reparo.svg?branch=master)](https://travis-ci.org/Snugug/reparo) [![Coverage Status](https://coveralls.io/repos/github/Snugug/reparo/badge.svg?branch=master)](https://coveralls.io/github/Snugug/reparo?branch=master)\n\nhttps://reparo.herokuapp.com/\n\nManage your repository metadata!\n\nCurrent functionality:\n  - Label management and style guide generation\n\nGo to [Reapro](https://reparo.herokuapp.com/), find your repository (or repositories), and build your label style guide! Your repo's labels will be updated, a PR to manage your labels moving forward will be made, and if you've created a wiki, a [Label Style Guide](https://github.com/Snugug/reparo/wiki/Label-Style-Guide) will be generated.\n\nYou can get Reparo to automatically deploy updates to your labels on every new PR, allowing you to truly manage your labels from GitHub. Run `npm install -g reparo` to install the Reparo command line tools, make sure you've got `GH_TOKEN` and `REPO_SLUG` environment variables (set to a [Personal Access Token](https://github.com/settings/tokens) and your repo in `user/repo` form respectively), and run `reparo`! If you've deployed Reparo, you can also set `REPARO` to the URL of your Reparo install.\n\nIf you're deploying with Travis, you can also do the following with those [environment variables set](https://docs.travis-ci.com/user/environment-variables/):\n\n```yaml\nbefore_depoy: npm install -g reparo\ndeploy:\n  - provider: script\n    script: reparo\n    on:\n      branch: master\n```\n\n\n## Local Development\n\nAdd a `config/local.js` file with the following information:\n\n```javascript\nmodule.exports = {\n  github: {\n    client: '{{client}}',\n    secret: '{{secret}}'\n  }\n}\n```\n\nReplacing `{{client}}` with the Client ID and `{{secret}}` with the Client Secret from creating a [Developer Application](https://github.com/settings/developers) to test with. The Homepage URL should be `http://localhost:5000` and the Authorization Callback URL should be `http://localhost:5000/callback`. \n\nThen, run `npm run dev` or, if you have Gulp installed globally, `gulp`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnugug%2Freparo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnugug%2Freparo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnugug%2Freparo/lists"}