Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ytang/mdn-cli

Command-line utility for Mozilla Developer Network (MDN)
https://github.com/ytang/mdn-cli

Last synced: about 2 months ago
JSON representation

Command-line utility for Mozilla Developer Network (MDN)

Awesome Lists containing this project

README

        

# mdn-cli

Command-line utility for Mozilla Developer Network (MDN)

## Install

```
npm install -g mdn-cli
```

## Usage

```
mdn-cli
```

## Options

| Option | Description |
| -------------------- | ----------------------------- |
| `--color` | Forcefully enable color. |
| `--hyperlink=always` | Forcefully enable hyperlink. |
| `--no-color` | Forcefully disable color. |
| `--no-hyperlink` | Forcefully disable hyperlink. |

## Examples

```
mdn-cli defineproperty
```