-
har-extractor:一款用于将har文件提取到指定目录的命令行工具
资源介绍
提取器
一个将har文件提取到目录的CLI。
安装
使用安装:
npm install har-extractor -g
# or
npx har-extractor [input]
用法
Usage
$ har-extractor --output /path/to/output
Options:
--output, -o Output directory
--remove-query-string, -r Remove query string from file path
--dry-run Enable dry run mode
--verbose Show processing file path
Examples
$ har-extractor ./net.har --output /path/to/output
例子
将文件提取到