Show HN: A fast unused and duplicate dependency checker(github.com)1 points·by cryogenicplanet·5년 전·0 commentsgithub.comShow HN: A fast unused and duplicate dependency checkerhttps://github.com/CryogenicPlanet/depp1 commentsPost comment[–]cryogenicplanet·5년 전replyHeyI recently wrote a mini tool that servers as a unused and duplicate dependency checker. It uses golang and esbuild under the hood so is quite fast.It also built to support monorepo, something I found a lot of tools didn't support well.It is fully open source and you can try it out https://github.com/CryogenicPlanet/deppFair warning, it is likely quite buggy and might have some issues and it is very new but it worked decently on our internal codebase
I recently wrote a mini tool that servers as a unused and duplicate dependency checker. It uses golang and esbuild under the hood so is quite fast.
It also built to support monorepo, something I found a lot of tools didn't support well.
It is fully open source and you can try it out https://github.com/CryogenicPlanet/depp
Fair warning, it is likely quite buggy and might have some issues and it is very new but it worked decently on our internal codebase