create-svelte-with-args
Advanced tools
Comparing version 0.0.2--canary.2.b634222.1 to 0.0.2--canary.2.c36ca83.0
@@ -9,7 +9,7 @@ #!/usr/bin/env node | ||
[ | ||
"npx $0 --name=my-new-app --template=default --types=checkjs --prettier --no-eslint --no-playwright", | ||
"npm create svelte-with-args@latest --name=my-new-app --template=default --types=checkjs --prettier --no-eslint --no-playwright", | ||
"Default app, checking JS types, with Prettier, and no ESLint or Playwright" | ||
], | ||
[ | ||
"npx $0 --name=my-new-app --directory=other-dir/my-app --template=default --types=typescript --no-prettier --no-eslint --no-playwright", | ||
"npm create svelte-with-args@latest --name=my-new-app --directory=other-dir/my-app --template=default --types=typescript --no-prettier --no-eslint --no-playwright", | ||
"Default app, installing in specified directory" | ||
@@ -16,0 +16,0 @@ ] |
{ | ||
"name": "create-svelte-with-args", | ||
"version": "0.0.2--canary.2.b634222.1", | ||
"version": "0.0.2--canary.2.c36ca83.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": { | ||
@@ -38,0 +37,0 @@ "node": ">=10.13.0", |
Sorry, the diff of this file is not supported yet
11112
251