2.0.0 • Published 1 year ago

mdn-open v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

mdn-open

A CLI tool that makes MDN search easy for anyone with access to command line

Powered by https://mdn.io/

Usage

# to use it this tool, you can either install it
# with npm
npm install -g mdn-open
# with yarn
yarn global add mdn-open
# and use it passing the search query as argument
mdn object tostring

# or, if you don't want to install it, you can use npx
npx mdn-open object tostring

# MDN docs about Object.prototype.toString() will open in your default browser
# https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/toString
2.0.0

1 year ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago