github-default-labels
TypeScript icon, indicating that this package has built-in type declarations

0.1.1Β β€’Β PublicΒ β€’Β Published

GitHub Default Labels

Static export of GitHub's default labels. πŸ—‚

πŸ‘ͺ All Contributors: 1 🀝 Code of Conduct: Kept πŸ“ License: MIT πŸ“¦ npm version πŸ’ͺ TypeScript: Strict

Usage

npm i github-default-labels

Exports a single array, githubDefaultLabels, whose elements are objects containing:

  • color
  • description
  • name
import { githubDefaultLabels } from "github-default-labels";

// {
// 	color: "7057ff",
// 	description: "Indicates a good issue for first-time contributors",
// 	name: "good first issue",
// }
githubDefaultLabels.find((label) => label.name === "good first issue");

See GitHub Docs > Labels and milestones > Managing labels > About default labels.

Development

See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md. Thanks! πŸ—‚

Contributors

Josh Goldberg ✨
Josh Goldberg ✨

πŸ’» πŸ–‹ πŸ“– πŸ€” πŸš‡ 🚧 πŸ“† πŸ”§

πŸ’ This package was templated with create-typescript-app using the Bingo engine.

Readme

Keywords

none

Package Sidebar

Install

npm i github-default-labels

Weekly Downloads

4,486

Version

0.1.1

License

MIT

Unpacked Size

8.1 kB

Total Files

5

Last publish

Collaborators

  • joshuakgoldberg