Project

gem-nuke

0.0
No commit activity in last 3 years
No release in over 3 years
Gem command to remove all installed gems.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

gem-nuke

Plugin for gem that will allow you to uninstall all gems except for those that are 'vaulted'.

Installation

$ gem install gem-nuke

Usage

$ gem nuke

This will uninstall all gems including gem-nuke itself.

$ gem nuke --vault bundler,gem-nuke,...

This will uninstall all gems except for bundler, gem-nuke and others specified as comma separated gem names.

If you don't want to supply --vault option every time you run gem nuke or just to avoid accidental nuke of important gems, you can set default value for this option by editing your ~/.gemrc and adding

nuke: --vault gem-nuke,bundler,and_or_other_gems