Skip to content

Commit 5008526

Browse files
committed
adding a welcome message
1 parent 7f3e77d commit 5008526

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,16 @@ protected static function packagesInstall($installerInfo) {
628628
if ($installerInfo["projectInstall"]) {
629629

630630
Console::writeLine("");
631-
Console::writeInfo("Need better intro copy here...", false, true);
632-
631+
Console::writeLine("<h1><fire3>Thank you for installing...</fire3></h1>", false, true);
632+
Console::writeLine("<fire1>( ( </fire1>");
633+
Console::writeLine("<fire2>)\ ) ) ) )\ ) )</fire2>");
634+
Console::writeLine("<fire3>(()/( ) ( /(( /( ( ( (()/( ) ( /(</fire3>");
635+
Console::writeLine("<fire4>/(_)| /( )\())\())))\ )( ( /(_))( /( )\())</fire4>");
636+
Console::writeLine("<fire5>(</fire5><cool>_</cool><fire5>)) )(_)|</fire5><cool>_</cool><fire5>))(</fire5><cool>_</cool><fire5>))//((_|()\ )\ )(</fire5><cool>_</cool><fire5>)) )(_)|(_)\</fire5>");
637+
Console::writeLine("<cool>| _ </cool><fire6>((</fire6><cool>_</cool><fire6>)</fire6><cool>_| |_| |_</cool><fire6>(</fire6><cool>_</cool><fire6>)) ((</fire6><cool>_</cool><fire6>)</fire6><cool>_</cool><fire6>(</fire6><cool>_</cool><fire6>/(</fire6><cool>| | </cool><fire6>((</fire6><cool>_</cool><fire6>)</fire6><cool>_| |</cool><fire6>(</fire6><cool>_</cool><fire6>)</fire6>");
638+
Console::writeLine("<cool>| _/ _` | _| _/ -_)| '_| ' \</cool><fire6>))</fire6><cool> |__/ _` | '_ \ </cool>");
639+
Console::writeLine("<cool>|_| \__,_|\__|\__\___||_| |_||_||____\__,_|_.__/ </cool>", false, true);
640+
633641
}
634642

635643
}

0 commit comments

Comments
 (0)