Skip to content

minojiro/gh-lang-colors

Repository files navigation

GitHub Language Colors

NPM

JSON of GitHub language colors, automatically maintained by CI.

Getting started

  1. Install the package:
npm install --save gh-lang-colors
  1. Add the package into your app:
const GH_LANG_COLORS = require('gh-lang-colors');

console.log(GH_LANG_COLORS['JavaScript']); // #f1e05a

About

JSON of GitHub language colors, automatically maintained by CI.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages