Skip to content

luckymarmot/Paw-HARImporter

Repository files navigation

Build Status

Paw HAR importer

This importer allows you to import HAR exports (e.g. from Chrome Dev Tools) into Paw.

Contributing

If you want to contribute, this is how to build the extension and install it to your Paw settings:

yarn install # or npm install
make install

To make a distributable archive:

make clean && make archive

License

MIT License. Copyright 2015-2017 Paw Inc. Originally created by Jeroen Visser @jeroenvisser101