create-svelte-ux
Advanced tools
Comparing version 0.4.3 to 0.5.0
@@ -128,2 +128,6 @@ #!/usr/bin/env node | ||
const userAgent = process.env.npm_config_user_agent; | ||
const pm = userAgent ? userAgent.split('/')[0] : 'npm'; | ||
const runCmd = pm === 'pnpm' ? 'dev' : 'run dev'; | ||
p.outro(`🎉 Everything is ready! | ||
@@ -133,4 +137,4 @@ | ||
0️⃣ Go to your project : cd ${green(projectDir)} | ||
1️⃣ Install dependencies : ${green(`npm i`)} | ${green(`pnpm i`)} | ||
2️⃣ Start your application : ${green(`npm run dev`)} | ${green(`pnpm dev`)}`); | ||
1️⃣ Install dependencies : ${green(`${pm} i`)} | ||
2️⃣ Start your application : ${green(`${pm} ${runCmd}`)}`); | ||
@@ -137,0 +141,0 @@ console.log( |
{ | ||
"name": "create-svelte-ux", | ||
"version": "0.4.3", | ||
"version": "0.5.0", | ||
"description": "A CLI for creating new Svelte UX projects", | ||
@@ -5,0 +5,0 @@ "repository": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
49204
696
1