Skip to content

Commit 432c0a2

Browse files
beemanhansl
authored andcommitted
feat(@angular/cli): update ascii art to Angular CLI (#4785)
1 parent c792c9f commit 432c0a2

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

packages/@angular/cli/commands/version.ts

+5-6
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ const VersionCommand = Command.extend({
5454
versions = Object.assign(versions, this.getDependencyVersions(projPkg, root));
5555
});
5656
}
57-
const asciiArt = `
58-
_ _ _
59-
__ _ _ __ __ _ _ _ | | __ _ _ __ ___ | |(_)
60-
/ _\` || '_ \\ / _\` || | | || | / _\` || '__|_____ / __|| || |
61-
| (_| || | | || (_| || |_| || || (_| || | |_____|| (__ | || |
62-
\\__,_||_| |_| \\__, | \\__,_||_| \\__,_||_| \\___||_||_|
57+
const asciiArt = ` _ _ ____ _ ___
58+
/ \\ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
59+
/ △ \\ | '_ \\ / _\` | | | | |/ _\` | '__| | | | | | |
60+
/ ___ \\| | | | (_| | |_| | | (_| | | | |___| |___ | |
61+
/_/ \\_\\_| |_|\\__, |\\__,_|_|\\__,_|_| \\____|_____|___|
6362
|___/`;
6463
this.ui.writeLine(chalk.red(asciiArt));
6564
this.printVersion('@angular/cli', ngCliVersion);
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
chore: initial commit from @angular/cli
22

3-
_ _ _
4-
__ _ _ __ __ _ _ _| | __ _ _ __ ___| (_)
5-
/ _ | _ \ / _ | | | | |/ _ | __|____ / __| | |
6-
| (_| | | | | (_| | |_| | | (_| | | |_____| (__| | |
7-
\____|_| |_|\__ |\____|_|\____|_| \___|_|_|
8-
|___/
9-
3+
_ _ ____ _ ___
4+
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
5+
/ △ \ | '_ \ / _\` | | | | |/ _\` | '__| | | | | | |
6+
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
7+
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
8+
|___/

0 commit comments

Comments
 (0)