Détail du package

github-default-labels

JoshuaKGoldberg24.9kMIT0.1.1

Static export of GitHub's default labels. 🗂

readme

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.

changelog

Changelog

0.1.0 (2025-03-12)

Features

  • added githubDefaultLabels array (b972852)
  • initialized repo ✨ (02b185a)