fouad-dev-cleaner
v1.2.0
Published
Clean project dependencies, build output, and caches with one command.
Downloads
117
Maintainers
Readme
fouad-dev-cleaner
Clean project dependencies, build output, and caches with one command.
Package and command
- npm package:
fouad-dev-cleaner - CLI command:
dev-clean
Install
npm install -g fouad-dev-cleaner
dev-clean --helpUsage
dev-clean
dev-clean --dry-run
dev-clean --path "C:\\my-project"
dev-clean --force
dev-clean --helpWhat it removes
node_modulesdistbuild.next.cachecoverage
Safety
- Refuses to clean a directory unless it looks like a project root
- Use
--dry-runto preview removals without deleting anything - Use
--pathto target a specific project directory - Use
--forceto bypass the project-root safety check
Example output
Dev Cleaner
Target: C:\work\demo-app
Would remove: node_modules
Would remove: .next