Michael Bromley a4c56359ec chore: Publish v3.3.0 8 miesięcy temu
..
src f609a85c92 Merge branch 'minor' into telemetry-refactor-concept 8 miesięcy temu
templates ee40c50f0c feat(create): Update default tsconfig 8 miesięcy temu
.gitattributes 5fdeace799 fix(create): Add .gitattributes to prevent eol conversions 6 lat temu
.gitignore 7c633860da feat: create @vendure/create package 6 lat temu
.npmignore 7c633860da feat: create @vendure/create package 6 lat temu
README.md adb43842a9 feat(create): Improved getting started experience (#3128) 1 rok temu
build.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 lat temu
index.js 65a113b12b feat(admin-ui): Add Polish translations (#317) 5 lat temu
package.json a4c56359ec chore: Publish v3.3.0 8 miesięcy temu
tsconfig.build.json 7c633860da feat: create @vendure/create package 6 lat temu
tsconfig.json d184e4d36f chore: Fix issues with build configs 1 rok temu

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