webclaw
v0.1.1
Published
WebClaw CLI
Readme
webclaw
Official CLI for WebClaw. It initializes a new project by cloning the WebClaw repository.
Usage
npx webclawYou will be prompted for:
- project name
- environment keys (
CLAWDBOT_GATEWAY_URL, token/password) - local dev port
Then the CLI creates the project folder, installs dependencies, and starts WebClaw.
Run project commands from a WebClaw project directory:
webclaw dev
webclaw build
webclaw preview
webclaw test
webclaw lintCommands
webclaw- create and start a new projectwebclaw init [dir]- initialize a project indir(legacy)webclaw doctor- validate local prerequisites
