Skip to content

Installation

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

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

Terminal window
wippy version
Terminal window
# Create a new project
mkdir myapp && cd myapp
wippy init
# Add dependencies
wippy add wippy/http
wippy install
# Run
wippy run
CommandDescription
wippy initInitialize a new project
wippy runStart the runtime
wippy lintCheck code for errors
wippy addAdd a dependency
wippy installInstall dependencies
wippy updateUpdate dependencies
wippy packCreate a snapshot
wippy publishPublish to hub
wippy searchSearch for modules
wippy readmeFetch a module README from the hub
wippy registryInspect loaded registry entries
wippy authManage authentication
wippy versionPrint version info

See CLI Reference for full documentation.