@syngy/create-workbench-app-react
v0.1.0
Published
Create a Syngy React workbench application
Readme
@syngy/create-workbench-app-react
Create a Vite React TypeScript workbench app wired for Syngy workbench auth.
npm create @syngy/workbench-app-react my-workbench
npm create @syngy/workbench-app-react my-workbench -- --features all
npm create @syngy/workbench-app-react my-workbench -- --features taskboard,arcubaseAuth is always included. If --features is omitted, the scaffold includes @syngy/octopus-client.
Generated apps read workbench runtime and session state through src/lib/syngy.ts, keeping App.tsx free of cookie and localStorage constants.
