0.1.0 • Published 3 months ago

github-default-labels v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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

💝 This package was templated with create-typescript-app using the Bingo engine.

0.1.0

3 months ago