Email or username:

Password:

Forgot your password?
Bramus

I scratched my own itch (again) and built a #caniuse CLI tool.

It differs from other attempts at this by also integrating @MDN’s browser-compat-data + collapsing the releases in the table (just like the website does).

⌨️ npm i -g @bramus/caniuse-cli
🔗 github.com/bramus/caniuse-cli

5 comments
Bundyo

@bramus @MDN

Seems to work, but crashes if called without arguments. :)

Bramus

@bundyo Released a new minor version yesterday to fix this.

Morgan Davis

@bramus @bundyo

Also, passing ‘css’ as the argument seems to make it mad.

Go Up