qup-cleaner
v1.0.6
Published
A fast auto-cleaner for Node.js projects
Readme
qup-cleaner
A fast, zero‑config cleaner for Node.js projects.
Removes node_modules, build folders, caches, logs, and other clutter with a single command.
Perfect for keeping your workspace tidy, freeing disk space, and resetting projects quickly.
✨ Features
- Cleans common Node.js build artifacts
- Removes
node_modulessafely and quickly - Deletes logs, caches, and temporary files
- Works with any framework (Next.js, Expo, React Native, Nest, Express, etc.)
- Zero configuration
- Fast and lightweight
- Runs locally via npx (no global install required)
📦 Installation
You do not need to install anything globally.
Install as a dev dependency (recommended) and run the app
npm install --save-dev qup-cleaner
npx clean-project