create-laju-app
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -10,2 +10,19 @@ #!/usr/bin/env node | ||
const ASCII_ART = ` - | ||
:+===+ =+ | ||
++++++++++++++ | ||
=++++= =+++ | ||
+++= +++= | ||
++= +++++ | ||
++ ++++++ + | ||
== =++++++++++++ -= | ||
= =++++++++++++ ++ | ||
= ++++++ ++ | ||
- =++++ =+= | ||
=++++ +++ | ||
=++= -+++= | ||
++++++++++++++= | ||
++=+++++++++= | ||
== `; | ||
program | ||
@@ -20,2 +37,4 @@ .name('create-laju-app') | ||
try { | ||
console.log(ASCII_ART); // Tambahkan ini | ||
console.log('\n'); // Tambah baris kosong setelah ASCII art | ||
// If no project name, ask user | ||
@@ -97,8 +116,3 @@ if (!projectDirectory) { | ||
console.log(''); | ||
console.log(" - :+===+ =+ ++++++++++++++ =++++= =+++ +++= +++= ++= +++++ ++ ++++++ + == =++++++++++++ -= = =++++++++++++ ++ = ++++++ ++ - =++++= =+= =++++ +++ =++= -+++= ++++++++++++++= ++=+++++++++= == "); | ||
} catch (error) { | ||
@@ -105,0 +119,0 @@ console.error('Error:', error.message); |
{ | ||
"name": "create-laju-app", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "laju", |
12384
100