phibelle-kit
v1.0.41
Published
CLI tool for interacting with the Phibelle engine
Maintainers
Readme
phibelle-kit
CLI for working with Phibelle scenes.
Requirements: Node.js 20 or later.
Commands
clone: One-time download of a scene.
npx phibelle-kit clone <sceneId>watch: Subscribe to scene updates and sync scripts.
npx phibelle-kit watch <sceneId>After cloning
phibelle-kit clone initializes a local Git repository and attempts to create an initial commit automatically.
cd <scene-folder>to enter the scene directory.npm installto install dependencies (for types and intellisense).npm run watchin the scene folder to push edits, or runnpx phibelle-kit watch <sceneId>from the project root.
