# nodejs_openharmony_to_lkj **Repository Path**: jony_code/nodejs_openharmony_to_lkj ## Basic Information - **Project Name**: nodejs_openharmony_to_lkj - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-03 - **Last Updated**: 2021-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nodejs_openharmony_to_lkj ## 介绍 ### 需要安装一下的包 npm install commander npm install express ### read_owner/file.js获取owner信息 * 使用方法 file.js -p community文件夹路径 * 例如:file.js -p ../../community/ ### get_issues/get_issues.js 获取issues信息 * 使用方法 ./get_issues.js -o owner信息 -c 仓库名称 -l 标签名称 * 例如:./get_issues.js -o jony_code -c manifest_test -l bug 获取jony_code下manifest_test仓标签为bug的所有issues * 最大20个可以-p指定,最大100 例如./get_issues.js -o jony_code -c manifest_test -l bug -p 100