This app is a tunnel application that allows you to create a temporary shared repository locally and publish it
externally.
```shell
cargo install gph_cli
```
```shell
gph auth
cd hoge
gph share
```
This crate is licensed under the MIT License or the Apache License 2.0.