slowmose/compare-lock-files
Composer 安装命令:
composer require slowmose/compare-lock-files
包简介
A comparison of lock files that makes the upgrade to another package manager easier
README 文档
README
Compare lockfiles from package managers like Yarn and NPM
This tool makes it easy for you to migrate from NPM to Yarn or vice versa. It gives you a nice table to clarify the modules versions.
To compare lockfiles you run the command from you'r project eg.:
lockfiles compare package-lock.json:npm yarn.lock:yarn, where the :npm and :yarn specifies the parser to parse the lockfile
Optional parameters:
[-p|--prioritize]: Specifies which lockfile to prioritize (the package manager you wan't to upgrade to). Specify which lockfile to prioritize eg: -p npm, where npm specifies the parser to prioritize
This tool is also available on packagist: https://packagist.org/packages/slowmose/compare-lock-files
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-09-14