Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "mtpr", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "美团使用提交pr命令行工具", | ||
"main": "index.js", | ||
"bin": { | ||
"mtpr": "bin/mtpr.js" | ||
"mtpr": "bin/mtpr.js", | ||
"mtprs": "./bin/index.js" | ||
}, | ||
@@ -35,2 +36,3 @@ "scripts": { | ||
"lodash": "^4.11.1", | ||
"open": "0.0.5", | ||
"request": "^2.73.0", | ||
@@ -37,0 +39,0 @@ "request-promise": "^4.0.1" |
@@ -26,2 +26,20 @@ ``` | ||
------------------mtprs工具使用说明------------------- | ||
-----------------用来管理人员的列表.--------------------- | ||
Usage: mtprs [options] | ||
Options: | ||
-h, --help output usage information | ||
-V, --version output the version number | ||
-f, --file <filename> 人员列表文件 | ||
-n, --new <filename> 输出新的列表文件 | ||
-m, --member <namestr> 要添加的人的姓名/misId格式: 梁快升/liangkuaisheng#举个栗子/lizi | ||
-o, --open 打开文件和工具 | ||
``` | ||
``` | ||
1、推荐cd到有git的项目目录中执行,因为内部使用了git 的命令自动获取信息,非git环境需要手动输入。 | ||
@@ -28,0 +46,0 @@ 2、cd 到项目目录 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28894
9
643
60
11
7
+ Addedopen@0.0.5
+ Addedopen@0.0.5(transitive)