binobj
v1.0.2
Published
Clean up clutter in your project with binobj! This Node.js package quickly removes 'bin' and 'obj' folders. Just install globally and run in your project directory.
Downloads
4
Readme
binobj
A Node.js package to clean up 'bin' and 'obj' folders in your project.
Installation
Install globally using npm:
npm install -g binobj
Usage
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.