create-callcorp-sandbox
v0.7.0
Published
Scaffold CallCorp SandboxedApp guest apps (Vue, HTML/JS, Quasar) with optional route/realtime/server-events/kitchen-sink starters
Readme
create-callcorp-sandbox
Scaffold a CallCorp SandboxedApp guest app (Vue, HTML/JS, or Quasar), with optional starters for route / realtime / server-events / kitchen-sink demos.
Partners (no Platform repo): see PARTNER.md.
Usage (published)
npm create callcorp-sandbox@latest my-app
cd my-app
npm installPackages are public on npm — no registry token required. Full partner flow: PARTNER.md.
Pick a stack and optional starter:
npm create callcorp-sandbox@latest my-app -- -y --template html-js
npm create callcorp-sandbox@latest my-app -- -y --template vue-quasar --starter route
npm create callcorp-sandbox@latest my-app -- -y --template vue-vite --starter realtime
npm create callcorp-sandbox@latest my-app -- -y --template vue-vite --starter kitchen-sink
npm create callcorp-sandbox@latest my-app -- -y --template realtime-donut
npm create callcorp-sandbox@latest -- --list-templates(realtime-donut is an alias for html-js + realtime.)
Usage (monorepo)
cd WebApps/VuePortal_new
node create-callcorp-sandbox/index.js my-app -y
cd my-app
npm installnode create-callcorp-sandbox/index.js my-app -y --template html-js
node create-callcorp-sandbox/index.js my-app -y --template vue-quasar --starter route
node create-callcorp-sandbox/index.js my-app -y --template vue-vite --starter realtime
node create-callcorp-sandbox/index.js my-app -y --template vue-vite --starter kitchen-sink
node create-callcorp-sandbox/index.js my-app -y --template realtime-donut
node create-callcorp-sandbox/index.js --list-templatesOr with prompts (asks for stack, then starter, then app id, etc.):
node create-callcorp-sandbox/index.jsOptions: --template vue-vite|html-js|vue-quasar, --starter basic|route|realtime|server-events|kitchen-sink, --dir, --port, --target platform-file|mass-storage, --list-templates, -y.
Defaults: stack vue-vite, starter basic.
See templates/README.md for the catalog and ../PlatformBridge/AUTHORING.md for the full authoring journey.
AI assistants: see AGENTS.md. Each scaffolded app also includes a stack-specific AGENTS.md.
