@vendure/create
v3.1.1
Published
A CLI tool for rapidly scaffolding a new Vendure server application. Heavily inspired by [create-react-app](https://github.com/facebook/create-react-app).
Downloads
4,858
Readme
Vendure Create
A CLI tool for rapidly scaffolding a new Vendure server application. Heavily inspired by create-react-app.
Usage
Vendure Create requires Node.js v18+ to be installed.
npx @vendure/create my-app
Options
--log-level
You can control how much output is generated during the installation and setup with this flag. Valid options are silent
, info
and verbose
. The default is info
Example:
npx @vendure/create my-app --log-level verbose