https://github.com/rafaelrinaldi/mdn
Man pages for web APIs using MDN
https://github.com/rafaelrinaldi/mdn
cli mdn
Last synced: 7 months ago
JSON representation
Man pages for web APIs using MDN
- Host: GitHub
- URL: https://github.com/rafaelrinaldi/mdn
- Owner: rafaelrinaldi
- License: mit
- Created: 2016-03-27T02:49:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T16:16:41.000Z (over 5 years ago)
- Last Synced: 2025-03-20T12:54:37.915Z (7 months ago)
- Topics: cli, mdn
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 42
- Watchers: 3
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[author]: http://rinaldi.io
[mdn]: https://developer.mozilla.org# mdn
> Man pages for web APIs using [MDN][mdn]

## Install
```sh
$ npm i @rafaelrinaldi/mdn -g
```## Usage
```sh
$ mdn array.of
$ mdn background-image --language=css
$ # Will open the MDN page on user's default browser
$ mdn function.bind --open
```## License
MIT © [Rafael Rinaldi][author]
---