Michael Bromley 22cb1ba3ef Merge branch 'master' into minor hai 6 meses
..
src f609a85c92 Merge branch 'minor' into telemetry-refactor-concept hai 8 meses
templates f24871965c feat(core): Add trustProxy option to ApiOptions (#3567) hai 7 meses
.gitattributes 5fdeace799 fix(create): Add .gitattributes to prevent eol conversions %!s(int64=6) %!d(string=hai) anos
.gitignore 7c633860da feat: create @vendure/create package %!s(int64=6) %!d(string=hai) anos
.npmignore 7c633860da feat: create @vendure/create package %!s(int64=6) %!d(string=hai) anos
README.md adb43842a9 feat(create): Improved getting started experience (#3128) hai 1 ano
build.ts 0441a0338a chore: Migrate from TSLint to ESLint %!s(int64=2) %!d(string=hai) anos
index.js 65a113b12b feat(admin-ui): Add Polish translations (#317) %!s(int64=5) %!d(string=hai) anos
package.json 475eb918c9 chore: Publish v3.3.7 hai 6 meses
tsconfig.build.json 7c633860da feat: create @vendure/create package %!s(int64=6) %!d(string=hai) anos
tsconfig.json d184e4d36f chore: Fix issues with build configs hai 1 ano

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