DEV Community

Mahmoud Elmahdi
Mahmoud Elmahdi

Posted on

CLI node package for caniuse

Command Line Interface node package for caniuse, a browser support tables for support of front-end web technologies right in your terminal.

Installation

Package available for both npm, and yarn:

~ npm install caniuse-cli
# or 
~ yarn add caniuse-cli
Enter fullscreen mode Exit fullscreen mode

Usage

caniuse MutationObserver

Top comments (2)

Collapse
 
whozzawuzza profile image
'''⌐(ಠ۾ಠ)¬'''

You might want to install this globally (npm install -g) rather than in a specific project or folder.

Collapse
 
carywreams profile image
Cary Reams

any desire to create a linting package for compatibility with declared minimum versions of specific browsers ?
...or has this already been provided somewhere ?