Skip to content

Commit

Permalink
feat(@angular/cli): update ascii art to Angular CLI (#4785)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman authored and hansl committed Feb 21, 2017
1 parent c792c9f commit 432c0a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
11 changes: 5 additions & 6 deletions packages/@angular/cli/commands/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
13 changes: 6 additions & 7 deletions packages/@angular/cli/utilities/INITIAL_COMMIT_MESSAGE.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
chore: initial commit from @angular/cli

_ _ _
__ _ _ __ __ _ _ _| | __ _ _ __ ___| (_)
/ _ | _ \ / _ | | | | |/ _ | __|____ / __| | |
| (_| | | | | (_| | |_| | | (_| | | |_____| (__| | |
\____|_| |_|\__ |\____|_|\____|_| \___|_|_|
|___/

_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _\` | | | | |/ _\` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/

0 comments on commit 432c0a2

Please sign in to comment.