@dashcommerce/create
v0.2.0
Published
Scaffold a new DashCommerce project. Invoke with `npm create @dashcommerce@latest`.
Maintainers
Readme
@dashcommerce/create
Scaffold a new DashCommerce project.
npm create @dashcommerce@latest
# or
npm create @dashcommerce@latest my-shop
# or
npm create @dashcommerce@latest my-shop -- --template starterWorks with bun create, pnpm create, and yarn create too — whichever package manager you invoke with is the one used to install the scaffolded project's dependencies.
Templates
| Name | What you get |
|---|---|
| starter | Full Astro commerce site — 6 demo products, Stripe checkout, blog, subscriptions, admin. Mirrored from emdashCommerce/starter. |
More templates will be added as standalone flat repos ship; the CLI picks them up automatically.
What it does
- Prompts for a project directory + template
- Downloads the template via
giget(fast, no git clone) - Runs
installwith your package manager git init+ initial commit- Prints the Stripe + dev-server next steps
License
MIT — see the monorepo LICENSE.
