bitbucket-to-github-issues-importer:从BitBucket到GitHub的问题导入程序

时间:2021-04-30 23:44:50
【文件属性】:
文件名称:bitbucket-to-github-issues-importer:从BitBucket到GitHub的问题导入程序
文件大小:3KB
文件格式:ZIP
更新时间:2021-04-30 23:44:50
JavaScript ## ####基本信息:这是node.js应用程序,它允许您将BitBucket问题导入GitHub 。 应用程序支持: 问题 标签 里程碑 注释 ####要求 (上0.12.7测试) 生成的 将BitBucket问题导出为json文件格式( ) ####用法:###### 1。 安装节点所需的模块 npm install ###### 2。 运行进口商 node import.js -f {file} --owner {owner} --repo {repo} --token {token} -{items} file =>从具有问题数据的bitbucket文件导出的路径 所有者=> GitHub帐户的名称 repo => GitHub存储库的名称 items =>要导入的项目,可以是: 我=>问题 l =>标签 c =>评论 m =>里程碑 ####例子: ####
【文件预览】:
bitbucket-to-github-issues-importer-master
----import.js(2KB)
----package.json(205B)
----.gitignore(12B)
----README.md(1KB)

网友评论