ChakBookPro:example chak$ ./script/generate plugin my_plugin
create  vendor/plugins/my_plugin/lib
create  vendor/plugins/my_plugin/tasks
create  vendor/plugins/my_plugin/test
create  vendor/plugins/my_plugin/README
create  vendor/plugins/my_plugin/MIT-LICENSE
create  vendor/plugins/my_plugin/Rakefile
create  vendor/plugins/my_plugin/init.rb
create  vendor/plugins/my_plugin/install.rb
create  vendor/plugins/my_plugin/uninstall.rb
create  vendor/plugins/my_plugin/lib/my_plugin.rb
create  vendor/plugins/my_plugin/tasks/my_plugin_tasks.rake
create  vendor/plugins/my_plugin/test/my_plugin_test.rb
