harx
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.6 • Public • Published

harx

Simple command line utility to extract har files to a directory. HTTP Archive (HAR) info ->


Install

# pnpm: recommended
pnpm add -g harx

# or yarn
yarn global add harx

# or npm
npm i -g harx

Running as Executable

pnpx harx <input>  
# or 
npx harx <input>

Usage

    Usage
      $ harx <file> [options]

    Options:
      --output, -o 		Output directory
      --remove-query-string, -r Remove query string from file path
      --dry-run, -d 		Enable dry run mode
      --verbose 		Show processing file path

    Examples
      $ harx ./net.har --output /path/to/output

References

License

MIT © 2021 Nicholas Berlette • Inspired by azu

Package Sidebar

Install

npm i harx

Weekly Downloads

8

Version

1.0.0-beta.6

License

MIT

Unpacked Size

32.7 kB

Total Files

8

Last publish

Collaborators

  • nberlette