Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytang/mdn-cli
Command-line utility for Mozilla Developer Network (MDN)
https://github.com/ytang/mdn-cli
Last synced: 12 days ago
JSON representation
Command-line utility for Mozilla Developer Network (MDN)
- Host: GitHub
- URL: https://github.com/ytang/mdn-cli
- Owner: ytang
- License: mit
- Created: 2015-07-20T19:59:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T05:13:26.000Z (over 1 year ago)
- Last Synced: 2024-10-27T05:44:17.180Z (18 days ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```