An open API service indexing awesome lists of open source software.

https://github.com/rustbase/rustbase-cli

A Rustbase CLI Client.
https://github.com/rustbase/rustbase-cli

cli client rust rustbase

Last synced: 4 months ago
JSON representation

A Rustbase CLI Client.

Awesome Lists containing this project

README

          

# Rustbase CLI
A [Rustbase](https://github.com/rustbase/rustbase) CLI Client.

# ⚠️ Warning
This is a work in progress.

Join our [discord server](https://discord.gg/m5ZzWPumbd) to get help and discuss features.

# Supported platforms

| | Windows | Linux | MacOS |
| ------- | ------- | ----- | ----- |
| i686 | ✅ | ✅ | - |
| x64 | ✅ | ✅ | - |
| aarch64 | - | - | - |
| arm | - | - | - |

# 🔗 Contribute
[Click here](./CONTRIBUTING.md) to see how to Contribute

# Usage
## Dependencies
- Rustbase needs to be running on host url.

```bash
rustbase-cli [options]
```

To change host or port, use `--host` and `--port` flags.

```bash
rustbase-cli --host --port [options]
```

# Authors

| [
@peeeuzin](https://github.com/peeeuzin) |
| :-------------------------------------------------------------------------------------------------------------------: |

# License
[MIT License](./LICENSE)