{"id":13465038,"url":"https://github.com/yoshuawuyts/github-standard-labels","last_synced_at":"2025-09-14T06:49:03.086Z","repository":{"id":45511650,"uuid":"82746493","full_name":"yoshuawuyts/github-standard-labels","owner":"yoshuawuyts","description":"Create a standard set of issue labels for a GitHub project","archived":false,"fork":false,"pushed_at":"2019-06-17T12:16:47.000Z","size":19,"stargazers_count":244,"open_issues_count":4,"forks_count":157,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-25T19:06:58.966Z","etag":null,"topics":["github","labels","standard"],"latest_commit_sha":null,"homepage":null,"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/yoshuawuyts.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}},"created_at":"2017-02-22T01:31:57.000Z","updated_at":"2025-04-27T00:15:20.000Z","dependencies_parsed_at":"2022-09-05T11:50:46.669Z","dependency_job_id":null,"html_url":"https://github.com/yoshuawuyts/github-standard-labels","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yoshuawuyts/github-standard-labels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoshuawuyts%2Fgithub-standard-labels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoshuawuyts%2Fgithub-standard-labels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoshuawuyts%2Fgithub-standard-labels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoshuawuyts%2Fgithub-standard-labels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoshuawuyts","download_url":"https://codeload.github.com/yoshuawuyts/github-standard-labels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoshuawuyts%2Fgithub-standard-labels/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275071557,"owners_count":25400398,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["github","labels","standard"],"created_at":"2024-07-31T14:00:55.739Z","updated_at":"2025-09-14T06:49:03.062Z","avatar_url":"https://github.com/yoshuawuyts.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# github-standard-labels [![stability][0]][1]\n[![npm version][2]][3] [![build status][4]][5]\n[![downloads][8]][9] [![js-standard-style][10]][11]\n\nCreate a standard set of issue labels for a GitHub project\n\n## Usage\n```txt\n  Usage:\n    $ github-standard-labels \u003cusername\u003e \u003cproject\u003e\n\n  Commands:\n    \u003cdefault\u003e   Create a set of labels for a project\n\n  Options:\n    -h, --help      Print usage\n    -v, --version   Print version\n```\n\n## Labels\n```txt\nduplicate             #ededed\ngreenkeeper           #ededed\nstarter               #ffc0cb\nPriority: Critical    #ee0701\nPriority: High        #d93f0b\nPriority: Low         #0e8a16\nPriority: Medium      #fbca04\nStatus: Abandoned     #000000\nStatus: Available     #c2e0c6\nStatus: Blocked       #ee0701\nStatus: In Progress   #cccccc\nStatus: On Hold       #e99695\nStatus: Proposal      #d4c5f9\nStatus: Review Needed #fbca04\nType: Bug             #ee0701\nType: Documentation   #5319e7\nType: Enhancement     #1d76db\nType: Maintenance     #fbca04\nType: Question        #cc317c\n```\n\nSee what they look like on the [demo issue][12].\n\n## API\n### githubStandardLabels(opts, cb([err]))\nApply labels to a project. `opts` should be an object containing:\n- __.github:__ an instance of `ghauth`\n- __.username:__ the name of the project owner\n- __.repo:__ the repository name\n\n## Acknowledgements\n- [Joe Hand](https://github.com/joehand/) for showing me this cool labeling scheme\n\n## See Also\n- https://developer.github.com/v3/issues/labels\n\n## License\n[MIT](https://tldrlegal.com/license/mit-license)\n\n[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square\n[1]: https://nodejs.org/api/documentation.html#documentation_stability_index\n[2]: https://img.shields.io/npm/v/github-standard-labels.svg?style=flat-square\n[3]: https://npmjs.org/package/github-standard-labels\n[4]: https://img.shields.io/travis/yoshuawuyts/github-standard-labels/master.svg?style=flat-square\n[5]: https://travis-ci.org/yoshuawuyts/github-standard-labels\n[6]: https://img.shields.io/codecov/c/github/yoshuawuyts/github-standard-labels/master.svg?style=flat-square\n[7]: https://codecov.io/github/yoshuawuyts/github-standard-labels\n[8]: http://img.shields.io/npm/dm/github-standard-labels.svg?style=flat-square\n[9]: https://npmjs.org/package/github-standard-labels\n[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square\n[11]: https://github.com/feross/standard\n[12]: https://github.com/yoshuawuyts/github-standard-labels/issues/2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoshuawuyts%2Fgithub-standard-labels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoshuawuyts%2Fgithub-standard-labels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoshuawuyts%2Fgithub-standard-labels/lists"}