Follow

:

See what packages your project is no longer using with this one-liner:

npx npm-check | grep -i 'notused?' | rev | cut -d'?' -f2 | cut -d' ' -f1 | rev

(Treat the list as a hint: npm-check isn’t capable of detecting all possible usages of all packages, so there might be false positives.)

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.