
Security News
npm Tooling Bug Incorrectly Marks One-Character Packages as Security Holders
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.
@vendure-platform/create
Advanced tools
CLI tool to scaffold a Vendure demo project with Vendure Platform plugins
Scaffold a Vendure Platform project with selected plugins, Docker infrastructure, demo data, and an optional Next.js storefront.
npx @vendure-platform/create my-project
This starts an interactive setup. For non-interactive usage, provide both --plugins and --company:
npx @vendure-platform/create my-project \
--company "Acme Corp" \
--plugins approval-workflows,price-rules \
--no-storefront
| Flag | Description | Default |
|---|---|---|
--plugins <list> | Comma-separated optional plugin keys | (interactive prompt) |
--company <name> | Company name for branding | (derived from project name) |
--no-storefront | Skip the Next.js storefront | included |
--github | Create a private GitHub repo via gh CLI | no |
--github-org <org> | GitHub organization for the repo (only used with --github) | vendurehq |
--no-install | Skip npm install after scaffolding | runs install |
--no-git | Skip git init | inits git |
--dry-run | Print what would be created without writing files | off |
When --plugins and --company are both provided, the CLI runs in non-interactive mode.
Plugins fall into three tiers (mirroring @vendure-platform/plugin-meta):
<key>: false in the generated vendure-config.ts.| Key | Plugin | Category | Tier |
|---|---|---|---|
license-guard | License Guard | platform | core-requires-config |
org-hierarchy | Org Hierarchy | b2b | core |
advanced-search | Advanced Search | search | core |
workflow-engine | Workflow Engine | platform | core |
approval-workflows | Approval Workflows | b2b | optional |
global-search | Global Search | search | optional |
entity-access-control | Entity Access Control | b2b | optional |
tax-id-management | Tax ID Management | b2b | optional |
shopping-list | Shopping List | commerce | optional |
quick-order | Quick Order | commerce | optional |
reorder-from-history | Reorder from History | commerce | optional |
store-credit | Store Credit / Gift Cards | commerce | optional |
quote-management | Quote Management | b2b | optional |
price-rules | Price Rules | commerce | optional |
packaging-units | Packaging Units | commerce | optional |
content-versioning | Content Versioning | platform | optional |
configurator | Configurator | commerce | optional |
sso | SSO | platform | requires-config |
audit-trail | Audit Trail | platform | requires-config |
The canonical list lives in libs/plugin-meta/src/index.ts; this table mirrors it.
Inter-plugin dependencies are resolved by VendurePlatform.init() at runtime — not by the scaffolder. Selecting approval-workflows will activate org-hierarchy and workflow-engine automatically (they're core anyway). Selecting global-search will activate advanced-search (also core). Integration sub-plugins between active pairs are wired automatically.
cd my-project
docker compose up -d
npm run populate
npm run dev
See the Quick Start guide for the full walkthrough.
FAQs
CLI tool to scaffold a Vendure demo project with Vendure Platform plugins
The npm package @vendure-platform/create receives a total of 54 weekly downloads. As such, @vendure-platform/create popularity was classified as not popular.
We found that @vendure-platform/create demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.