Skip to content

Commit

Permalink
Merge pull request yeoman#500 from fgnass/init-art
Browse files Browse the repository at this point in the history
Tweaked the ascii art of the init task.
  • Loading branch information
paulirish committed Sep 18, 2012
2 parents c0880eb + 88d2a54 commit f4a2376
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions cli/tasks/init/yeoman.js
Expand Up @@ -37,14 +37,15 @@ if(!opts.help) {

// Welcome message
template.welcome =
'\n _ .--------------------------.' +
'\n _|' + 'o'.red + '|_ | ' + 'Welcome to Yeoman,'.yellow.bold + ' |' +
'\n '+ '|_|'.yellow + ' | ' + 'ladies and gentlemen!'.yellow.bold + ' |' +
'\n / \\' + 'Y'.red + '/ \\' + ' o'.yellow + '_________________________|' +
'\n || : |\// ' +
'\n '+'o'.yellow + '/' + ' ---'.red + ' \\ ' +
'\n _\\ /_ ' +
'\n'.yellow.bold;
'\n _-----_' +
'\n | |' +
'\n |'+'--(o)--'.red+'| .--------------------------.' +
'\n `---------´ | '+'Welcome to Yeoman,'.yellow.bold+' |' +
'\n '+'( '.yellow+'_'+'´U`'.yellow+'_'+' )'.yellow+' | '+'ladies and gentlemen!'.yellow.bold+' |' +
'\n /___A___\\ \'__________________________\'' +
'\n | ~ |'.yellow +
'\n __'+'\'.___.\''.yellow+'__' +
'\n ´ '+'` |'.red+'° '+'´ Y'.red+' `\n';

// Template-specific notes to be displayed before question prompts.
template.notes = '\n'; //... More notes to come here ...'.yellow;
Expand Down

0 comments on commit f4a2376

Please sign in to comment.