Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tsirysndr/mvola-cli

A command-line tool for MVola API
https://github.com/tsirysndr/mvola-cli

cli deno mvola

Last synced: 3 months ago
JSON representation

A command-line tool for MVola API

Awesome Lists containing this project

README

        

# MVola CLI

[![deno module](https://shield.deno.dev/x/mvola_cli)](https://deno.land/x/mvola_cli)
[![deno compatibility](https://shield.deno.dev/deno/^1.22)](https://deno.land/)
[![ci](https://github.com/tsirysndr/mvola-cli/actions/workflows/ci.yaml/badge.svg)](https://github.com/tsirysndr/mvola-cli/actions/workflows/ci.yaml)
[![cd](https://github.com/tsirysndr/mvola-cli/actions/workflows/cd.yaml/badge.svg)](https://github.com/tsirysndr/mvola-cli/actions/workflows/cd.yaml)
[![](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://tsirysndr.github.io/mvola-cli/docs/intro)
![GitHub last commit](https://img.shields.io/github/last-commit/tsirysndr/mvola-cli)



Buy Me A Coffee

The MVola CLI helps you build, test, and manage your [MVola API](https://www.mvola.mg/devportal) integration right from the terminal.

## 🚚 Install

```sh
deno install --allow-env --allow-net -n mvola https://deno.land/x/[email protected]/src/main.ts
```
Note: don't forget to add ~/.deno/bin to your PATH.

### macOS/Linux
```sh
brew install tsirysndr/tap/mvola
```
Or download the latest release for your platform [here](https://github.com/tsirysndr/mvola-cli/releases).
## 🚀 Usage

```sh
mvola [command] [options]
```