mattpolito / paratrooper

Library for creating tasks that deploy to Heroku
MIT License
107 stars 19 forks source link

I would like a reasonable default rakefile installed #70

Closed kwerle closed 9 years ago

kwerle commented 10 years ago

gem 'paratrooper'

% rake paratrooper:install -> lib/tasks/deployment.rake filled with the very basic defaults and also tons of other reasonable common things that are all commented out.

Yes, I'm willing to put a little effort into making this happen.

mattpolito commented 10 years ago

Since you have to enter in the app name, at least, to get something working... not sure how this would play out. With that being said I'd love to take a look at what you're thinking. I'll wait for your PR.