Badgerati / Fudge

Fudge is a PowerShell tool to help manage software packages via Chocolatey for specific development projects. Think NPM and Bower, but for Chocolatey
MIT License
21 stars 3 forks source link

Add new "prune" action to uninstall packages not in the Fudgefile #18

Closed Badgerati closed 7 years ago

Badgerati commented 7 years ago

Add a new action of "prune" to Fudge, so that when run it will uninstall all packages (via choco) that are no in the passed Fudgefile:

fudge prune

ie: if you have git, 7zip, cake installed but the Fudgefile only has git, cake then 7zip will be uninstalled