gh-lang-colors
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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

Package Sidebar

Install

npm i gh-lang-colors

Weekly Downloads

1,161

Version

0.1.3

License

ISC

Unpacked Size

15 kB

Total Files

3

Last publish

Collaborators

  • minojiro