1.0.45 • Published 8 months ago

node-modules-cleanup v1.0.45

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

🗑️ node-modules-cleanup

npm version codecov

A simple CLI to bulk remove node_modules folders and free up some of that precious disk space.

CLI_V6

Usage

npx node-modules-cleanup@latest <path>

Examples

# Find all node_modules in the current directory
npx node-modules-cleanup@latest ./

# Find all node_modules in a specific directory
npx node-modules-cleanup@latest ~/Desktop/projects

Development

Install Bun

This project is built with Bun, to install it run the following command:

curl -fsSL https://bun.sh/install | bash

Install dependencies

To install the dependencies, run the following command:

$ bun install

After that you can use these commands:

$ bun run dev                 # For local development
$ bun run test:js             # Runs the test suite
$ bun run test:unused-code    # Runs the test suite
$ bun run lint                # Run ESLint
$ bun run type-check          # Runs the TypeScript checks
$ bun run build               # Builds the package
1.0.44

8 months ago

1.0.43

8 months ago

1.0.45

8 months ago

1.0.39

8 months ago

1.0.38

8 months ago

1.0.40

8 months ago

1.0.42

8 months ago

1.0.41

8 months ago

1.0.33

8 months ago

1.0.32

8 months ago

1.0.37

8 months ago

1.0.36

8 months ago

1.0.35

8 months ago

1.0.34

8 months ago

1.0.31

9 months ago

1.0.30

9 months ago

1.0.29

9 months ago

1.0.28

9 months ago

1.0.27

9 months ago

1.0.26

9 months ago

1.0.25

9 months ago

1.0.24

9 months ago

1.0.23

9 months ago

1.0.22

9 months ago

1.0.21

9 months ago

1.0.20

9 months ago

1.0.19

9 months ago

1.0.18

9 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago