deprune
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

deprune

Deprune is a tool for analyzing and Pruning unused dependencies in batches to see: how each dependency is used, which dependencies are useless, and which dependencies are missing from package.json.

Untitled

Status

Build Status NPM version codecov.io Dependency Status devDependencies Status npm FOSSA Status

Prune your npm module for unused dependencies in batches

Requirements

  • Node >= 10.

Installation

$ npm install -g deprune

Use

On the command line

This is the easiest way to use deprune.

$ deprune

image

Syntax Support

Depcheck not only recognizes the dependencies in JavaScript files, but also supports these syntaxes:

To get the syntax support by external dependency, please install the corresponding package explicitly. For example, for Typescript user, install deprune with typescript package:

npm install -g deprune typescript

Inspiration

  • npm prune - Remove extraneous packages.
  • depcheck - Check your npm module for unused dependencies.
  • npm-check - Check for outdated, incorrect, and unused dependencies..

License

FOSSA Status

Package Sidebar

Install

npm i deprune

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

23.7 kB

Total Files

16

Last publish

Collaborators

  • jacks