https://github.com/tsirysndr/mvola-cli
A command-line tool for MVola API
https://github.com/tsirysndr/mvola-cli
cli deno mvola
Last synced: 12 months ago
JSON representation
A command-line tool for MVola API
- Host: GitHub
- URL: https://github.com/tsirysndr/mvola-cli
- Owner: tsirysndr
- License: apache-2.0
- Created: 2022-04-29T07:33:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T17:19:47.000Z (over 3 years ago)
- Last Synced: 2025-03-25T18:40:28.196Z (about 1 year ago)
- Topics: cli, deno, mvola
- Language: TypeScript
- Homepage: https://tsirysndr.github.io/mvola-cli/
- Size: 701 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MVola CLI
[](https://deno.land/x/mvola_cli)
[](https://deno.land/)
[](https://github.com/tsirysndr/mvola-cli/actions/workflows/ci.yaml)
[](https://github.com/tsirysndr/mvola-cli/actions/workflows/cd.yaml)
[](https://tsirysndr.github.io/mvola-cli/docs/intro)

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/mvola_cli@0.1.4/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]
```