forked from yeoman/yeoman
-
Notifications
You must be signed in to change notification settings - Fork 0
yeoman help
Sindre Sorhus edited this page Jan 18, 2013
·
1 revision
-
yeoman --help
oryeoman help
Lists out the commands and tasks supported by yeoman and should print out the following to the console:
yeoman init # Initialize and scaffold a new project using generator templates
yeoman build # Build an optimized version of your app, ready to deploy
yeoman server # Launch a preview server which will begin watching for changes
yeoman test # Run a Mocha test harness in a headless PhantomJS
yeoman install # Install a package from the clientside package registry
yeoman uninstall # Uninstall the package
yeoman update # Update a package to the latest version
yeoman list # List the packages currently installed
yeoman search # Query the registry for matching package names
yeoman lookup # Look up info on a particular package
Note that commands may also support additional flags and so we recommend consulting the documentation for specific commands for the complete details.