deletebinobj

Deletes the bin and obj folders in a VS solution.

Instructions

Installation

Windows

Install rustup from here

MacOS and Linux

Run curl https://sh.rustup.rs -sSf | sh

How to use

  1. Run cargo install delete_bin_obj
  2. Navigate to desired project root (where the solution file is) from command line
  3. Run delete_bin_obj delete and bam, your binaries are gone!