https://github.com/jaebradley/github-languages-cli
๐ฃ CLI for languages identified by GitHub
https://github.com/jaebradley/github-languages-cli
cli github-language github-languages node-cli nodejs npm npm-package
Last synced: 23 days ago
JSON representation
๐ฃ CLI for languages identified by GitHub
- Host: GitHub
- URL: https://github.com/jaebradley/github-languages-cli
- Owner: jaebradley
- License: mit
- Created: 2018-04-09T00:35:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T18:16:35.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T09:03:53.855Z (10 months ago)
- Topics: cli, github-language, github-languages, node-cli, nodejs, npm, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/github-languages-cli
- Size: 1.65 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Languages CLI

[](https://www.npmjs.com/package/github-languages-cli)
[](https://www.npmjs.com/package/github-languages-cli)

CLI to search languages that are identified by GitHub.
Uses [the `github-languages-client`](https://github.com/jaebradley/github-languages-client).
## Installation
```bash
npm install github-languages-cli -g
```
## Usage
```bash
ghlang
```
## Emoji explanation
* Language Type
* Programming: ๐ฅ๏ธ
* Data: ๐
* Markup: ๐
* Prose: ๐๏ธ
* Language Family: ๐จโ๐ฉโ๐งโ๐ฆ
* Not all languages have a "family" or "group" attribute
* An example of a language with a language group is `JSX`, which is part of the `JavaScript` language group
* Searchable: ๐
* If a language is "searchable" i.e. it can be used in Advanced Search (and similar features)
* ID: ๐
* Every language has an internal id
* GitHub language identifier for [syntax highlighting](https://help.github.com/articles/creating-and-highlighting-code-blocks/): ๐๏ธ
