From ee4cfbe915d9153626072f0489ae5b4fd8801bb1 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Wed, 3 Dec 2014 11:30:52 -0800 Subject: [PATCH] Update messages in new command --- lib/foundationCLI.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/foundationCLI.js b/lib/foundationCLI.js index ef69416..d58af37 100644 --- a/lib/foundationCLI.js +++ b/lib/foundationCLI.js @@ -102,7 +102,9 @@ module.exports.new = function(args, options) { yeti([ 'Thanks for using Foundation for Apps!', - 'Let\'s set up a new project.' + '-------------------------------------', + 'Let\'s set up a new project.', + 'It shouldn\'t take more than a minute.' ]); // Clone the template repo @@ -111,7 +113,7 @@ module.exports.new = function(args, options) { if (err instanceof Error) throw err; process.stdout.write([ - " Done downloading!", + "\nDone downloading!".green, "\n\nInstalling dependencies...".cyan, "\n" ].join(''));