A Node.js package to clean up 'bin' and 'obj' folders in your project.
Install globally using npm:
npm install -g binobjRun the following command in your project directory:
binobjor if you haven't installed it:
npx binobjThis 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.