Skip to content

Commit

Permalink
Update the help text to reflect the bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 6, 2013
1 parent d8cef82 commit ec4a364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/help.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Usage: <%= 'yo'.bold.red %> <%= '<generator>'.yellow %> [arguments] [--help]

Before using a generator you'll have to install it.

The default generator <%= 'webapp'.yellow %> can be installed with <%= 'npm install generator-webapp'.bold %>
The <%= 'webapp'.yellow %> generator is bundled, while others can be installed with <%= 'npm install -g <generator-name>'.bold %>

Officially supported generators:
<%= 'webapp angular ember backbone chromeapp chrome-extension bootstrap mocha jasmine testacular'.yellow %>

See a list of all available generators with <%= 'npm search yeoman-generator'.bold %>

Now just run <%= 'yo'.bold.red %> <%= 'webapp'.yellow %> and have a great day :)

0 comments on commit ec4a364

Please sign in to comment.