Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T18:16:35.000Z (over 2 years ago)
- Last Synced: 2024-10-12T19:54:12.333Z (2 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
![GitHub Languages CLI](https://github.com/jaebradley/github-languages-cli/workflows/GitHub%20Languages%20CLI/badge.svg)
[![npm](https://img.shields.io/npm/dt/github-languages-cli.svg)](https://www.npmjs.com/package/github-languages-cli)
[![npm](https://img.shields.io/npm/v/github-languages-cli.svg)](https://www.npmjs.com/package/github-languages-cli)![alt-text](https://imgur.com/S570ZUd.png)
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/): ๐๏ธ![alt-text](https://imgur.com/S570ZUd.png)