用node做了一个caniuse.com 的命令行工具
利用的数据是caniuse.com 作者开源在github上的,然后自己用node写了个小Server 放在 京东云擎上(为什么是京东云?因为免费~!)。
安装方式
$ npm install yong -g
使用方式
$ yong border-radius
支持传参
$ yong border-radius -b ie
参数主要有 「ie」「chrome」「firefox」…
github 地址:https://github.com/skylerzhang/yong