0.1.1 • Published 7 months ago

nmcu v0.1.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
7 months ago

Node Module Cleaner

If you're like me you'll probably have a lot of projects you've created to test some things, or even projects you've never finished. All those node_modules directories are taking up space while not being used.

This packages gives you the ability to easily clean up your node_modules directories in your projects by a simple command, using npx which we're all familiar with.

Don't worry, running the script itself won't just start removing the directories, it'll give you a list where you need to select the projects for which you would like to remove installed dependencies.

Example

Cleaning up packages

Cleaning up projects in current directory

npx nmcu

Cleaning up projects in a given directory

npx nmcu ~/Projects

Cleaning up projects in multiple directories at once

npx nmcu ~/Projects ~/Sites
0.1.1

7 months ago

0.1.0

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago