登录 注册
当前位置:主页 > 资源下载 > 9 > har-extractor:一款用于将har文件提取到指定目录的命令行工具

har-extractor:一款用于将har文件提取到指定目录的命令行工具

  • 更新:2024-10-06 12:48:20
  • 大小:8.76MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

提取器 一个将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 例子 将文件提取到