puppy is an example implementation of a tiny Web browser for educational purposes.
You can run puppy program with the following command(s):
cargo run -- helpYou can install puppy by the following command(s):
cargo install --locked --path . --forceAfter you have successfully installed puppy, you can see help as follows:
puppy helpYou can install shell completions as follows:
# in bash
eval "$(puppy completion bash)"
# in fish
puppy completion fish | sourceYou can run tests with the following command(s):
cargo testYou can cache files related to V8 as follows:
$ export RUSTY_V8_MIRROR=$HOME/.cache/rusty_v8
(...omitted...)
$ ./scripts/prepare-v8.sh
(...omitted...)
$ cargo build
(...omitted...)