Installation

Quick Install

curl -fsSL https://hub.wippy.ai/install.sh | bash

Or download directly from hub.wippy.ai/releases.

Verify

wippy version

Quick Start

# Create a new project
mkdir myapp && cd myapp
wippy init

# Add dependencies
wippy add wippy/http
wippy install

# Run
wippy run

Commands Overview

Command Description
wippy init Initialize a new project
wippy run Start the runtime
wippy lint Check code for errors
wippy add Add a dependency
wippy install Install dependencies
wippy update Update dependencies
wippy pack Create a snapshot
wippy publish Publish to hub
wippy search Search for modules
wippy auth Manage authentication
wippy version Print version info

See CLI Reference for full documentation.

Next Steps