npm install fdcm#fdcm
将fiddler请求拦截配置文件转为charles配置文件
``bash`
$ npm install -g fdcm
如果命令当前目录有config.json文件,则使用目录下的config.json
如果后面接了config.json的路径位置,则使用路径
`bash`
fdcm [configPath]
否则使用默认:
default:config.json
`json``
{
"protocol": "http",
"host":"127.0.0.1",
"port":"8080"
}
fdcm 配置json路径
(MIT Licensed)