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
Top comments (2)
You might want to install this globally (
npm install -g
) rather than in a specific project or folder.any desire to create a linting package for compatibility with declared minimum versions of specific browsers ?
...or has this already been provided somewhere ?