Skip to content

Commit

Permalink
Added USAGE for rails plugin new
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Nov 2, 2010
1 parent bbf02ff commit 5c8b48a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions railties/lib/rails/generators/rails/plugin_new/USAGE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Description:
The 'rails plugin new' command creates a skeleton for developing any
kind of Rails extension with ability to run tests using dummy Rails
application.

Example:
rails plugin new ~/Code/Ruby/blog

This generates a skeletal Rails plugin in ~/Code/Ruby/blog.
See the README in the newly created plugin to get going.

0 comments on commit 5c8b48a

Please sign in to comment.