delete_bin_obj

Crates.iodelete_bin_obj
lib.rsdelete_bin_obj
version1.0.1
sourcesrc
created_at2022-02-12 00:25:11.853183
updated_at2022-03-15 02:16:48.758406
descriptionDeletes the /bin and /obj directories in a VS solution.
homepage
repositoryhttps://github.com/PreussenKaiser/delete_bin_obj
max_upload_size
id531105
size14,109
Karl Lukan (PreussenKaiser)

documentation

README

delete_bin_obj

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!
Commit count: 14

cargo fmt