depdedupe
v0.2.0
Published
A tool to optimize package manager lock files by combining compatible dependencies.
Downloads
923
Readme
depdedupe - Dependency Deduplication Tool
A tool to optimize package manager lock files by combining compatible dependencies.
Usage
The CLI supports flexible argument patterns:
# Use check command with ./yarn.lock (default)
depdedupe
# Use check command with specified path
depdedupe /path/to/yarn.lock
# Use specified command with ./yarn.lock
depdedupe check
depdedupe optimise
# Use specified command with specified path
depdedupe check /path/to/yarn.lock
depdedupe optimise /path/to/yarn.lock