create-turbosvelte
Advanced tools
Comparing version 1.0.1 to 1.2.0
{ | ||
"name": "create-turbosvelte", | ||
"version": "1.0.1", | ||
"version": "1.2.0", | ||
"description": "This is an unofficial SvelteKit monorepo starter powered by Turborepo.", | ||
@@ -28,2 +28,4 @@ "bin": "./bin/cli.cjs", | ||
"turbo": { | ||
"baseBranch": "origin/main", | ||
"npmClient": "npm", | ||
"pipeline": { | ||
@@ -36,3 +38,3 @@ "build": { | ||
"dist/**", | ||
".next/**" | ||
".build/**" | ||
] | ||
@@ -39,0 +41,0 @@ }, |
@@ -13,4 +13,4 @@ <p align="center"> | ||
- `docs`: A placeholder documentation site powered by [MdSvex](https://mdsvex.pngwn.io/docs/) (coming soon) | ||
- `@rename/core`: core components | ||
- `@rename/tsconfig`: shared `tsconfig.json`s used throughout the monorepo | ||
- `rename-core`: core components | ||
- `rename-tsconfig`: shared `tsconfig.json`s used throughout the monorepo | ||
- `eslint-preset-acme`: ESLint preset (coming soon) | ||
@@ -33,3 +33,3 @@ | ||
```bash | ||
npx create-turbosvelte your-app | ||
npx create-turbosvelte app-name | ||
``` | ||
@@ -36,0 +36,0 @@ |
175736
45