harcomb
v1.0.2
Published
A command-line tool to comb through HAR (HTTP Archive) files.
Readme
harcomb
A command-line tool to comb through HAR (HTTP Archive) files.
Usage
Harcomb can be installed globally from the npm registry:
npm install -g harcombIt can also be used without installation with npx:
npx harcomb list my-file.harAvailable commands
harcomb list
mimetype— filter by the MIME type of the response.
harcomb extract
mimetype— filter by the MIME type of the response.outdir— output directory.force— overwrite any existing files.
