Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gfm-lang-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
gfm-lang-cli
Get the GFM-style aliases for a given language, or vice-versa.
Install
npm install --global gfm-lang-cli
Other Package Managers
yarn global add gfm-lang-cli
Usage
$ gfm-lang
Usage
$ gfm-lang <language or alias> […]
Examples
$ gfm-lang markdown js 'NPM Config' asdf
ℹ Markdown - markdown, md, pandoc
ℹ js (JavaScript) - javascript, js, node
ℹ NPM Config - npm-config, npmrc
✖ asdf
Related
- linguist-languages - Linguist
languages.yml
in JSON format. - lang-map - Get the language associated with a file extension or the extensions associated with a language using the data from GitHub's Linguist YAML file.