Michael Bromley e3736f4d70 chore: Publish v3.4.1 il y a 4 mois
..
src f609a85c92 Merge branch 'minor' into telemetry-refactor-concept il y a 8 mois
templates f24871965c feat(core): Add trustProxy option to ApiOptions (#3567) il y a 7 mois
.gitattributes 5fdeace799 fix(create): Add .gitattributes to prevent eol conversions il y a 6 ans
.gitignore 7c633860da feat: create @vendure/create package il y a 6 ans
.npmignore 7c633860da feat: create @vendure/create package il y a 6 ans
README.md adb43842a9 feat(create): Improved getting started experience (#3128) il y a 1 an
build.ts 0441a0338a chore: Migrate from TSLint to ESLint il y a 2 ans
index.js 65a113b12b feat(admin-ui): Add Polish translations (#317) il y a 5 ans
package.json e3736f4d70 chore: Publish v3.4.1 il y a 4 mois
tsconfig.build.json 7c633860da feat: create @vendure/create package il y a 6 ans
tsconfig.json d184e4d36f chore: Fix issues with build configs il y a 1 an

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