Skip to content

Don't use W3Schools. Use MDN to search or reference. Seriously!

Notifications You must be signed in to change notification settings

vitorbritto/gomdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go MDN NPM version GitHub version

DON'T USE W3Schools. Use the MDN for research and references. Seriously!

Install

$ npm install gomdn -g

This 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 js

or using the options

$ gomdn closure js -t howto
$ gomdn closure js -s 1

Contribute

Feel free to contribute with this project or leave a suggestion.

License

MIT License © Vitor Britto

About

Don't use W3Schools. Use MDN to search or reference. Seriously!

Resources

Stars

Watchers

Forks

Packages

No packages published