New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

git-label-packages

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-label-packages

Default label packages for git-label

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

git-label-packages

Default label packages for git-label

Getting Started

  • Install with NPM - npm install --save git-label-packages

Usage

A bunch of default packages are provided to get you started:

You can use these packages with both git-label and git-label-cli.

Developing

If you want to use your own custom labels, you can easily create your own package file(s).

Packages are just simple JSON arrays that contain an object with a name and hexidecimal color property for each label:

[
  { "name": "bug", "color": "#fc2929" },
  { "name": "duplicate", "color": "#cccccc" },
  { "name": "enhancement", "color": "#84b6eb" },
  { "name": "help wanted", "color": "#159818" },
  { "name": "invalid", "color": "#e6e6e6" },
  { "name": "question", "color": "#cc317c" },
  { "name": "wontfix", "color": "#ffffff" }
]

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

License

Copyright (c) 2016 Jason Bellamy
Licensed under the MIT license.

Keywords

labels

FAQs

Package last updated on 02 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts