Skip to main content

Tutorial Intro

Let's discover MVola CLI in less than 5 minutes.

image info

Getting Started

Get started by creating a new app in MVola Dev Portal.

Export the consumer key and consumer secret as environment variables:

export CONSUMER_KEY=<your consumer key>
export CONSUMER_SECRET=<your consumer secret>

What you'll need

  • Deno version 1.22 or above:

Installation

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 $HOME/.deno/bin to your $PATH.