Package Exports
- gomdn
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 (gomdn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Go MDN

DON'T USE W3Schools. Use the MDN for research and references. Seriously!
Install
$ npm install gomdn -gThis will make godmn and the shorter mdn alias available on the command line.
Usage
$ gomdn [options] <term> <filter>Available Filters
You can be more specific with these filters:
- js
- css
- html
- apps
- api
- addons
- canvas
- docs
- firefox
- firefox-os
- games
- mathml
- mobile
- svg
- webdev
- webgl
- xul
Available Options
-s or --skill
You can search content by skill:
- 1 => beginner
- 2 => intermediate
- 3 => advanced
-t or --type
You can search content by type:
- tools => tools
- howto => how-to & Tutorial
- code => code samples
Example
$ gomdn closure jsor using the options
$ gomdn closure js -t howto
$ gomdn closure js -s 1Contribute
Feel free to contribute with this project or leave a suggestion.
License
MIT License © Vitor Britto