Skip to content

Commit

Permalink
Fixes yeoman#34
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed May 31, 2012
1 parent a290de6 commit 9e99d2d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion cli/bin/help.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Usage: yeoman [options] [task [task ...]]

Available tasks the yeoman plugin provides (for a full list, type yeoman --help
Available options supported by yeoman:

init Initialize and scaffold a new project
build Build an optimized version of your app, ready to deploy
server Launch a preview server which will begin watching for changes
test Run a Jasmine test harness in a headless Phantom.js
watch Watch for changes

Available tasks the yeoman plugin provides (for a full list, type yeoman --help)

clean Wipe the previous build dirs
copy Copies the whole staging(intermediate/) folder to output
Expand Down

0 comments on commit 9e99d2d

Please sign in to comment.