1.0.2 • Published 2 years ago

colorful-github v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

github-color-codes

github-color-codes logo

color codes for languages ​​on Github

install

npm i colorful-github

usage

Vue
import { getByLabel } from 'colorful-github1'
const { label, color } = getByLabel('typescript')

console.info('label:', label, 'color:', color)

attributes

functionparameterdescribe
getByLabellabel: stringReturns the object with a color that matches the value entered as a parameter.
getLabelsByColorCodecode: stringReturns labels that match the value entered as parameters as objects.

Sample Code

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago