Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Update messages in new command
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Dec 3, 2014
1 parent 11cd087 commit ee4cfbe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/foundationCLI.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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(''));
Expand Down

0 comments on commit ee4cfbe

Please sign in to comment.