New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cross-repo-cherry-pick

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cross-repo-cherry-pick

Perform cherry-pick operations between projects to reduce duplication of work when developing the same module for projects with only partial differences. This allows multiple projects to be maintained independently and synchronized.

latest
npmnpm
Version
1.0.6-beta
Version published
Maintainers
0
Created
Source

cross-repo-cherry-pick

Perform cherry-pick operations between projects to reduce duplication of work when developing the same module for projects with only partial differences. This allows multiple projects to be maintained independently and synchronized.

特性

  • 跨项目 Cherry-Pick:在不同项目之间执行 cherry-pick 操作,减少重复工作。
  • 独立维护:允许多个项目独立维护,并保持同步。
  • 命令行工具:提供简单易用的命令行工具。

安装

使用 npm 安装:

npm install -g cross-repo-cherry-pick

Usage

基本命令

crcp <source-repo> <source-branch> <commit-hash> <target-repo> <target-branch>

示例

crcp https://github.com/user/source-repo.git main abc123 https://github.com/user/target-repo.git develop

配置

你可以在项目根目录下创建一个 .crcpconfig 文件来配置默认选项:

{
  "sourceRepo": "https://github.com/user/source-repo.git",
  "sourceBranch": "main",
  "targetRepo": "https://github.com/user/target-repo.git",
  "targetBranch": "develop"
}

许可证

MIT

作者

Kuo.Zheng

FAQs

Package last updated on 10 Sep 2024

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