Skip to content

Commit

Permalink
update CLI messages
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Sep 11, 2016
1 parent c4cdedf commit d3d29af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ init = (interfaceName, projName) ->

try
log "Creating #{projName}", 'bgMagenta'
log '\u2615 It\'s coffee time! Downloading deps might take a while...', 'yellow'
log '\u2615 Grab a coffee! Downloading deps might take a while...', 'yellow'

if fs.existsSync projNameHyph
throw new Error "Directory #{projNameHyph} already exists"
Expand Down Expand Up @@ -419,14 +419,14 @@ init = (interfaceName, projName) ->
log 'To get started with your new app, first cd into its directory:', 'yellow'
log "cd #{projNameHyph}", 'inverse'
log ''
log 'Run IOS app:' , 'yellow'
log 'Run iOS app:' , 'yellow'
log 'react-native run-ios > /dev/null', 'inverse'
log ''
log 'To use figwheel type:' , 'yellow'
log 're-natal use-figwheel', 'inverse'
log 'lein figwheel ios', 'inverse'
log ''
log 'Reload the app in simulator'
log 'Reload the app in simulator (\u2318 + R)'
log ''
log 'At the REPL prompt type this:', 'yellow'
log interfaceConf[interfaceName].sampleCommandNs.replace(projNameHyphRx, projNameHyph), 'inverse'
Expand Down

0 comments on commit d3d29af

Please sign in to comment.