Service to render HAR as html.
Example project to learn crystal language. The size of --release
version compiled executable is only 1.4M on OSX! That's awesome!
Click the key-value buttons to copy the inner text!
brew install crystal
git clone https://github.com/weaming/har-viewer && cd har-viewer
shards build -v --release && mv ./bin/har-viewer /usr/local/bin
ormake install
har-viewer (<path-of-har> [<html-output-path>])|(<command> [<options>])
modes
render one .har file
<path-of-har> [<html-output-path>] : default write to stdout
commands
serve <port> : serve http
- Fork it (https://github.com/weaming/har-viewer/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Rebuild automatically after code saved
brew install watchexec
make watch
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- weaming - creator and maintainer