npm-deprecated-check

一个命令行工具,用于检查当前项目、全局或指定 npm 包是否已弃用,支持查看所有安装包情况和指定版本范围检查。

Check out npm-deprecated-check on CurateClick

• Copy the embed code to showcase this product on your website

• Share on X to spread the word about this amazing tool

项目地址: https://github.com/KID-joker/npm-deprecated-check项目介绍: 检查当前项目、全局或者指定安装包是否已弃用。用法:bashndc [args]command: ndc current Check the packages of the current project ndc global Check global packages ndc package <packageName> Check for specified package ndc version Show version ndc * Check the packages of the current projectoption: -h, --help对于 currentglobal,可以查看所有安装包情况。bashoption: -a, --all show all packages info对于 package,可以指定版本范围。bashoption: -r, --range check the specify versionsTODO:1. 深入检查依赖树情况