@veska/cli
v0.1.1
Published
Veska CLI — scaffold plugins, run local dev instances
Maintainers
Readme
@veska/cli
CLI for building and running Veska plugins.
Usage
# Scaffold a new plugin (no install needed)
npx @veska/cli create-plugin my-plugin
# Or install globally
npm install -g @veska/cli
veska create-plugin my-pluginCommands
veska create-plugin [name]
Scaffolds a new plugin directory with:
veska.plugin.json— plugin manifestpackage.json— with@veska/sdkdependencysrc/index.ts—onInstall/onUninstallentry pointstsconfig.json
veska dev
Starts a local Veska dev instance via Docker Compose and prints the service URLs.
Veska API: http://localhost:3001
Veska Admin UI: http://localhost:3000
PostgreSQL: localhost:5432
Redis: localhost:6379Use --no-docker to skip Docker Compose startup if services are already running.
License
Apache 2.0
