A Node.js package to clean up 'bin' and 'obj' folders in your project.
Install globally using npm:
npm install -g binobj
Run the following command in your project directory:
binobj
or if you haven't installed it:
npx binobj
This will recursively search and delete 'bin' and 'obj' folders in the current working directory and its subdirectories.
Note: You will be prompted to confirm before the deletion process begins.