create-vexor
v1.0.1
Published
Scaffold a new Vexor app: npm create vexor@latest my-app
Maintainers
Readme
create-vexor
Scaffold a new Vexor app in seconds:
npm create vexor@latest my-app
# or
pnpm create vexor my-app
bun create vexor my-appRun without arguments for the interactive wizard, or pass options straight
through to the underlying vexor new command:
npm create vexor@latest my-app -- --template minimal --package-manager pnpm --yesTemplates: api (default), minimal, microservice, websocket.
This package is a thin wrapper around @vexorjs/cli —
the templates and generator live there.
