NathanielWroblewski / prop

Prop is a Rails 4 app generator with customized defaults and an opinionated workflow.
https://rubygems.org/gems/prop_up
MIT License
5 stars 4 forks source link

clean up task #21

Open NathanielWroblewski opened 11 years ago

NathanielWroblewski commented 11 years ago

Prop up should clean up after itself if some destroy method is called. This needs to rake db:drop, delete the repo, delete the heroku remotes, and rm -rf #{app_name} from outside the app directory.