gh-lang-colors
Version:
JSON of GitHub language colors, automatically maintained by CI.
22 lines (13 loc) • 418 B
Markdown
# GitHub Language Colors
[](https://nodei.co/npm/gh-lang-colors/)
JSON of GitHub language colors, automatically maintained by CI.
## Getting started
1. Install the package:
```
npm install --save gh-lang-colors
```
2. Add the package into your app:
```js
const GH_LANG_COLORS = require('gh-lang-colors');
console.log(GH_LANG_COLORS['JavaScript']); // #f1e05a
```