configure-express-app
Advanced tools
Comparing version 2.1.5 to 2.1.6
10
index.js
@@ -40,3 +40,3 @@ #!/usr/bin/env node | ||
const ProjectName = prompt("Please Enter Project Name : ").replace(/\s+/g,'') | ||
const ProjectName = prompt("\n\nPlease Enter Project Name : ").replace(/\s+/g,'') | ||
const alterProjectName = "Express App"; | ||
@@ -61,4 +61,4 @@ const packageJsonFileContent = `{ | ||
console.log("\nYour Project Name is -> " + ProjectName ? ProjectName : alterProjectName); | ||
console.log("\nIf you want change your projectname means go and change in package.json"); | ||
console.log(`\n\nYour Project Name is -> + ${ProjectName ? ProjectName : alterProjectName}`); | ||
console.log("\n\nIf you want change your projectname means go and change in package.json"); | ||
} | ||
@@ -81,3 +81,3 @@ | ||
console.log( | ||
"Wait for few seconds to install npm packages -> express !", | ||
"\n\n\nWait for few seconds to install npm packages -> express !", | ||
); | ||
@@ -89,3 +89,3 @@ | ||
console.log(` | ||
console.log(`\n\n\n | ||
Your express app created successfullly ! \n | ||
@@ -92,0 +92,0 @@ run -> npm run dev |
{ | ||
"name": "configure-express-app", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "use npx configure-express-app", | ||
@@ -5,0 +5,0 @@ "bin": { |
3520