gph_cli 0.1.0

Expose local git repository via tunneling server
# git_phantom


> [!CAUTION]
> This crate is in the early stages of development and is subject to breaking changes.

## What's this?


This app is a tunnel application that allows you to create a temporary shared repository locally and publish it
externally.

## Install


```shell
cargo install gph_cli
```

## Usage


```shell
gph auth
# go to local git repository.

cd hoge 
gph share
```

## Licence


This crate is licensed under the MIT License or the Apache License 2.0.