Installation
Installation
Section titled “Installation”Quick Install
Section titled “Quick Install”curl -fsSL https://hub.wippy.ai/install.sh | bashOr download directly from hub.wippy.ai/releases.
Verify
Section titled “Verify”wippy versionQuick Start
Section titled “Quick Start”# Create a new projectmkdir myapp && cd myappwippy init
# Add dependencieswippy add wippy/httpwippy install
# Runwippy runCommands Overview
Section titled “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 readme | Fetch a module README from the hub |
wippy registry | Inspect loaded registry entries |
wippy auth | Manage authentication |
wippy version | Print version info |
See CLI Reference for full documentation.
Next Steps
Section titled “Next Steps”- Hello World - Create your first project
- Project Structure - Understand the layout
- CLI Reference - All commands and options