📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

multi-dependent-management

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-dependent-management

>基于 node.js 的命令行工具,用于管理多个项目的依赖。

0.1.0
Source
npm
Version published
Weekly downloads
6
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

multi-dependent-management

基于 node.js 的命令行工具,用于管理多个项目的依赖。

概述

该工具是用于管理多个项目的依赖,根据你输入的路径,递归查询所有的 package.json,进行依赖管理:

  • 依赖版本升级(基于 npm-check-updates
  • 依赖移除
  • 依赖添加/变更

安装

# 使用 npx 执行
npx multi-dependent-management
# 全局安装
npm i multi-dependent-management -g

快速使用

依赖版本升级

依赖移除

依赖添加/变更

FAQs

Package last updated on 24 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts