1.0.4 • Published 2 years ago

duplifiler v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

duplifiler

Find files with the same name but a different extension recursively within a folder.

I use it to find files which are both javascript and typescript files in the same folder. This can happen when migrating from javascript to typescript and someone edits the original javascript file.

Usage

npx duplifiler --extensions .js,.ts --ignore_pattern "**/node_modules/**" -p .