Michael Bromley 71c9a41f90 chore: Publish v3.2.3 vor 9 Monaten
..
src d376d834c4 feat(core): Update all major dependencies (#3445) vor 9 Monaten
templates f96c46fe30 Revert "Scheduled tasks" vor 9 Monaten
.gitattributes 5fdeace799 fix(create): Add .gitattributes to prevent eol conversions vor 6 Jahren
.gitignore 7c633860da feat: create @vendure/create package vor 6 Jahren
.npmignore 7c633860da feat: create @vendure/create package vor 6 Jahren
README.md adb43842a9 feat(create): Improved getting started experience (#3128) vor 1 Jahr
build.ts 0441a0338a chore: Migrate from TSLint to ESLint vor 2 Jahren
index.js 65a113b12b feat(admin-ui): Add Polish translations (#317) vor 5 Jahren
package.json 71c9a41f90 chore: Publish v3.2.3 vor 9 Monaten
tsconfig.build.json 7c633860da feat: create @vendure/create package vor 6 Jahren
tsconfig.json d184e4d36f chore: Fix issues with build configs vor 1 Jahr

README.md

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