Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 606 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 606 Bytes

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