Install CLI Tools
Install Hippo CLI
The Hippo command-line interface (CLI) lets you interact with Hippo. Use the CLI to create, configure, and manage applications.
Install the latest hippo
CLI by going to the
Release page.
After fetching the latest release, you should move it somewhere on your $PATH:
$ mv hippo /usr/local/bin/
Check your work by running hippo --version
:
$ hippo --version
hippo-cli 0.5.0
Install yo-wasm
yo-wasm generates new projects to be used with Hippo.
First, install Yeoman using npm
. Then install
generator-wasm
using npm
.
$ npm install -g yo
$ npm install -g generator-wasm
Once that’s done, proceed to Step 2: Boot Hippo