https://github.com/mburakeker/binobj
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.
https://github.com/mburakeker/binobj
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mburakeker/binobj
- Owner: mburakeker
- License: mit
- Created: 2024-03-01T23:04:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-02T18:49:27.000Z (about 1 year ago)
- Last Synced: 2025-03-03T06:33:44.501Z (3 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/binobj
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binobj
[](https://github.com/mburakeker/binobj/actions/workflows/node.js.yml)
A Node.js package to clean up 'bin' and 'obj' folders in your project.
## Installation
Install globally using npm:
```bash
npm install -g binobj
```## Usage
Run the following command in your project directory:
```bash
binobj
```or if you haven't installed it:
```bash
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.