From 98970247f110fd06f24ef406e4699f1093a958de Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Fri, 17 Feb 2017 08:16:45 -0500 Subject: [PATCH] style(@angular/cli): update ascii art to Angular CLI --- packages/@angular/cli/commands/version.ts | 11 +++++------ .../cli/utilities/INITIAL_COMMIT_MESSAGE.txt | 13 ++++++------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/packages/@angular/cli/commands/version.ts b/packages/@angular/cli/commands/version.ts index 42024792cec9..f512a05b1bbc 100644 --- a/packages/@angular/cli/commands/version.ts +++ b/packages/@angular/cli/commands/version.ts @@ -54,12 +54,11 @@ const VersionCommand = Command.extend({ versions = Object.assign(versions, this.getDependencyVersions(projPkg, root)); }); } - const asciiArt = ` - _ _ _ - __ _ _ __ __ _ _ _ | | __ _ _ __ ___ | |(_) - / _\` || '_ \\ / _\` || | | || | / _\` || '__|_____ / __|| || | -| (_| || | | || (_| || |_| || || (_| || | |_____|| (__ | || | - \\__,_||_| |_| \\__, | \\__,_||_| \\__,_||_| \\___||_||_| + const asciiArt = ` _ _ ____ _ ___ + / \\ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| + / △ \\ | '_ \\ / _\` | | | | |/ _\` | '__| | | | | | | + / ___ \\| | | | (_| | |_| | | (_| | | | |___| |___ | | +/_/ \\_\\_| |_|\\__, |\\__,_|_|\\__,_|_| \\____|_____|___| |___/`; this.ui.writeLine(chalk.red(asciiArt)); this.printVersion('@angular/cli', ngCliVersion); diff --git a/packages/@angular/cli/utilities/INITIAL_COMMIT_MESSAGE.txt b/packages/@angular/cli/utilities/INITIAL_COMMIT_MESSAGE.txt index f8c5cf405c16..2f0b94d3b50c 100644 --- a/packages/@angular/cli/utilities/INITIAL_COMMIT_MESSAGE.txt +++ b/packages/@angular/cli/utilities/INITIAL_COMMIT_MESSAGE.txt @@ -1,9 +1,8 @@ chore: initial commit from @angular/cli - _ _ _ - __ _ _ __ __ _ _ _| | __ _ _ __ ___| (_) - / _ | _ \ / _ | | | | |/ _ | __|____ / __| | | - | (_| | | | | (_| | |_| | | (_| | | |_____| (__| | | - \____|_| |_|\__ |\____|_|\____|_| \___|_|_| - |___/ - \ No newline at end of file + _ _ ____ _ ___ + / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| + / △ \ | '_ \ / _\` | | | | |/ _\` | '__| | | | | | | + / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | +/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| + |___/