create-svelte-with-args
Advanced tools
Comparing version 0.0.2--canary.2.69e452c.0 to 0.0.2--canary.2.95caaac.0
{ | ||
"name": "create-svelte-with-args", | ||
"version": "0.0.2--canary.2.69e452c.0", | ||
"version": "0.0.2--canary.2.95caaac.0", | ||
"description": "A small CLI wrapper around the create-svelte package that enables you to replace the interactive prompts with CLI arguments.", | ||
@@ -14,3 +14,2 @@ "bin": "dist/bin.js", | ||
"license": "MIT", | ||
"private": false, | ||
"type": "module", | ||
@@ -21,3 +20,3 @@ "scripts": { | ||
"start": "node ./dist/bin.js", | ||
"start:default": "yarn start --name=default --template=default --types=ckeckjs --no-prettier --no-eslint --no-playwright", | ||
"start:default": "yarn start --name=default --template=default --types=checkjs --no-prettier --no-eslint --no-playwright", | ||
"start:mini": "yarn start --name=mini --template=skeleton --types=null --no-prettier --no-eslint --no-playwright", | ||
@@ -35,3 +34,3 @@ "start:maxi": "yarn start --name=maxi --template=default --types=typescript --prettier --eslint --playwright", | ||
], | ||
"packageManager": "yarn@3.2.1", | ||
"packageManager": "yarn@3.2.3", | ||
"engines": { | ||
@@ -51,3 +50,2 @@ "node": ">=10.13.0", | ||
"auto": "^10.37.6", | ||
"np": "^7.6.2", | ||
"prettier": "^2.7.1", | ||
@@ -57,5 +55,2 @@ "tsup": "^6.2.3", | ||
}, | ||
"np": { | ||
"branch": "main" | ||
}, | ||
"prettier": "@storybook/linter-config/prettier.config.js", | ||
@@ -62,0 +57,0 @@ "auto": { |
# 🏗 `create-svelte-with-args` | ||
## Releasing | ||
1. Be on the `main` branch, clean working tree | ||
1. Run `npx np` | ||
1. Specify the same version as [`create-svelte`](https://github.com/sveltejs/kit/blob/master/packages/create-svelte/package.json#L3) | ||
1. Follow the prompts and write a GitHub Release when it prompts you |
8
11000
4