galoy-cli 0.1.2

A CLI Client for interacting with Galoy Backend
Documentation
# galoy-cli

[![GitHub license](https://img.shields.io/github/license/GaloyMoney/galoy-cli)](https://github.com/GaloyMoney/galoy-cli)

**galoy-cli** is a Command Line Interface (CLI) client for interacting with Galoy Backend. It provides a variety of subcommands to perform different operations, making it convenient for developers and users to interact with the Galoy Backend.

## Installation

To install `galoy-cli`, you can use cargo:

```bash
cargo install galoy-cli
```

## Usage

Here is a simple guide on how to use the galoy-cli:

```bash
galoy-cli [OPTIONS] <COMMAND>
```

You can try `--help` for more information:

```bash
galoy-cli --help
```

## Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

## License

Distributed under the MIT License. See `LICENSE` for more information.

## Contact

Project Link: [https://github.com/GaloyMoney/galoy-cli](https://github.com/GaloyMoney/galoy-cli)