Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/clean workspace cleanup #156

Merged

Conversation

hubert
Copy link

@hubert hubert commented Nov 7, 2014

Here's the plugin for workspace cleanup (that i ref'd in the readme). I think it's worthwhile discussing whether we want plugins to be part of the gem or if they should reside in their own repos. Some thoughts on possible solutions:

  • all plugins go in the gem. this would make installation a little easier and would address the discoverability of the issue.
  • all plugins go outside of the gem. this would mean the individual plugins reside in their own repos. makes installation a bit more painful but also keeps the gem size minimal. we're saying the responsibility of the gem is just to provide hooks for plugins.
  • maintain a core set of plugins and let more obscure plugins reside in their own repos.

arangamani added a commit that referenced this pull request Nov 7, 2014
@arangamani arangamani merged commit 855310c into arangamani:master Nov 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants