Michael Bromley 02c3224115 chore: Publish v3.2.2 пре 9 месеци
..
src d376d834c4 feat(core): Update all major dependencies (#3445) пре 9 месеци
templates fd6a9fd4a2 fix(create): Specify Typesense Docker image version пре 1 година
.gitattributes 5fdeace799 fix(create): Add .gitattributes to prevent eol conversions пре 6 година
.gitignore 7c633860da feat: create @vendure/create package пре 6 година
.npmignore 7c633860da feat: create @vendure/create package пре 6 година
README.md adb43842a9 feat(create): Improved getting started experience (#3128) пре 1 година
build.ts 0441a0338a chore: Migrate from TSLint to ESLint пре 2 година
index.js 65a113b12b feat(admin-ui): Add Polish translations (#317) пре 5 година
package.json 02c3224115 chore: Publish v3.2.2 пре 9 месеци
tsconfig.build.json 7c633860da feat: create @vendure/create package пре 6 година
tsconfig.json d184e4d36f chore: Fix issues with build configs пре 1 година

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