From 47f23981728072d196de36e6ba324b57907185f3 Mon Sep 17 00:00:00 2001 From: Enrique Benitez <3136873+bntzio@users.noreply.github.com> Date: Tue, 25 Feb 2020 10:55:49 -0600 Subject: [PATCH] Add wipe-modules (#393) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ae41b30..82bfeae 100644 --- a/readme.md +++ b/readme.md @@ -211,6 +211,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [pkg-dir-cli](https://github.com/sindresorhus/pkg-dir-cli) - Find the root directory of a npm package. - [npm-check-updates](https://github.com/tjunnone/npm-check-updates) - Find newer versions of package dependencies than what your package.json allows. - [updates](https://github.com/silverwind/updates) - Flexible npm dependency update tool. +- [wipe-modules](https://github.com/bntzio/wipe-modules) - Remove `node_modules` of inactive projects. ### Boilerplate