@sourcebin/linguist
v0.0.3
Published
Small package that turns `github/linguist` [languages.yml](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml) into a JSON format that can easily be used.
Downloads
5,528
Readme
linguist
Small package that turns github/linguist
languages.yml into a JSON format that can easily be used.
Structure
linguist.json
{
"183": {
"name": "JavaScript",
"color": "f1e05a",
"extension": "js",
"aliases": [
"js",
"node"
],
"aceMode": "javascript"
}
}
languages.json
{
"JavaScript": 183
}