A fast auto-cleaner for Node.js projects
npm install qup-cleanerA 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.
---
- Cleans common Node.js build artifacts
- Removes node_modules safely 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)
---
You do not need to install anything globally.
```bash
npm install --save-dev qup-cleaner
npx clean-project