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

Commit

Permalink
Update help text for new command
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Nov 18, 2015
1 parent c5c73ef commit 7275bba
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions lib/commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ var helpText = {
],
'new': [
'Usage:',
' foundation new ' + '<name>',
' foundation new <name> ' + '-v <version number>',
' foundation new <name> ' + '--edge',
' foundation new ',
' foundation new ' + '--framework sites',
' foundation new ' + '--template basic',
' foundation new ' + '--directory appname',
'',
'Creates a new project using our Foundation for Apps template.',
'You can specify a version of Foundation for Apps using ' + '-v x.x.x'.cyan + ',',
'or install directly from the master branch on GitHub using ' + '--edge'.cyan + '.'
'Creates a new Foundation project.',
'Run the command without any flags to get an interactive setup prompt.',
'You can also manually supply the framework and folder name using the ' + '--framework'.cyan + ' and ' + '--directory'.cyan + ' flags.',
' If creating a ' + 'sites'.cyan + ' project, add the ' + '--template'.cyan + ' flag as well. The value can be ' + 'basic'.cyan + ' or ' + 'zurb'.cyan + '.'
],
'update': [
'Usage:',
Expand Down

0 comments on commit 7275bba

Please sign in to comment.