README.rdoc in sinatra-gen-0.1.0 vs README.rdoc in sinatra-gen-0.1.1

- old
+ new

@@ -16,21 +16,23 @@ sinatra-gen [appname] [options] e.g. - sinatra-gen mysinatrapp --vendor -i --test=shoulda --views=haml + sinatra-gen mysinatrapp --vendor --init --test=shoulda --views=haml Options (can also be obtained by running sinatra-gen with no arguments): - -v, --version Show the sinatra-gen version number and quit. - -d, --vendor Extract the latest sinatra to vendor/sinatra - -t, --tiny Only create the minimal files. - -s, --scripts Install the rubigen scripts (script/generate, script/destroy) - -i, --init Initialize a git repository - --git /path/to/git Specify a different path for 'git' - --test=test_framework Specify your testing framework (unit (default)/rspec/spec/shoulda) - --views=view_framework Specify your view framework (erb (default)/haml/builder) + -v, --version Show the sinatra-gen version number and quit. + -d, --vendor Extract the latest sinatra to vendor/sinatra + --tiny Only create the minimal files. + --init Initialize a git repository + --cap Adds config directory with basic capistrano deploy.rb + --scripts Install the rubigen scripts (script/generate, script/destroy) + --git /path/to/git Specify a different path for 'git' + --test=test_framework Specify your testing framework (unit (default)/rspec/spec/shoulda) + --views=view_framework Specify your view framework (erb (default)/haml/builder) + The --tiny option will create no directories. Just an app.rb, a Rakefile, and a config.ru (Rackup file) == ACKNOWLEDGEMENTS: \ No newline at end of file