Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tsirysndr/mvola-cli
- Owner: tsirysndr
- License: apache-2.0
- Created: 2022-04-29T07:33:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T17:19:47.000Z (about 2 years ago)
- Last Synced: 2024-11-14T00:02:42.386Z (3 months ago)
- Topics: cli, deno, mvola
- Language: TypeScript
- Homepage: https://tsirysndr.github.io/mvola-cli/
- Size: 701 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)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]
```
![]()