Skip to content

mburakeker/binobj

Repository files navigation

binobj

Node.js CI

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.

About

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.

Resources

License

Stars

Watchers

Forks