0.1.0 • Published 3 months ago

cute-npm-prune v0.1.0

Weekly downloads
-
License
CC-BY-4.0
Repository
-
Last release
3 months ago

cute-npm-prune

What npm prune should have been. Automatically finds and removes unused npm dependencies from your project and prunes node_modules to keep your project lightweight.

Features

  • Automatically identifies and removes unused dependencies.
  • Prunes node_modules directory to remove extraneous packages.
  • Simple CLI usage for easy integration into your workflow.

Why

This package solves the common issue of accumulating unused dependencies in a project, which can lead to bloated node_modules directories, slower installation times, and potential security risks from outdated or vulnerable packages.

Getting Started

Installation

To use cute-npm-prune in your project, you can install it locally or globally:

npm install cute-npm-prune
# Or globally
npm install --global cute-npm-prune
0.1.0

3 months ago