1.3.5 • Published 5 years ago

teambition-scrum-planing v1.3.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

teambition-scrum-planing

teambition-scrum-planing (以下简称 TSP)为一个 teambition 第三方扩展 CLI 工具,主要用于提供 scrum 迭代信息同步相关插件,帮助技术经理和 scrum master 自动化生成文档和统计相关效率信息。主要分为以下几个 feature:

  • notice (生成迭代公告文档)
  • plan (生成开发计划文档)
  • time(pending)
  • teachPlan(pending)
  • reset (退出当前账户)

安装及使用

你可以使用 npm 进行安装

$ npm install -g teambition-scrum-planing

日常版本更新

$ npm update -g teambition-scrum-planing

notice 功能 (生成迭代公告内容)

$ teambition-scrum-planing notice

? 请选择你的项目:
  1) 项目1
  2) 项目2
  3) 项目3
? 请选择你的任务分组:
  1) 任务分组1
  2) 任务分组2
  3) 任务分组3
? 请选择你的任务列表:
  1) 任务列表1
  2)  任务列表2
  Answer:
  报告已输出/Users/yourname/noticeReport.html

如上显示,在命令行中按序选择出你要导出的任务列表,并会自动打开 chrome 展示已经渲染结束的迭代公告内容,可将他们直接拷贝到你要使用的地方。

plan

plan 添加了很多可选参数,可使用 -h 命令查看

$ teambition-scrum-planing plan -h
Usage: teambition-scrum-planing plan [options]

获取你的开发计划

Options:
  -t, --template <type>  定制惯用模板, 支持 column 及 row, 默认为 column.
   eg: teambition-scrum-planing plan -t row (default: "column")
  -a, --auto             是否使用自动填写模式
  -h, --help             output usage information

如上所示

  • 包含-t模板选择功能,枚举值为 row 和 column 两种。
  • -a支持自动填写功能,可以从 teambition 任务板中解析子任务自动填写。
$ teambition-scrum-planing plan
? 请选择你的项目:
  1) 项目1
  2) 项目2
  3) 项目3
? 请选择你的任务分组:
  1) 任务分组1
  2) 任务分组2
  3) 任务分组3
? 请选择你的任务列表:
  1) 任务列表1
  2)  任务列表2
  Answer:

报告已输出/Users/yourname/planReport.md

最终生成 md 文件。

conribution

目前该项目为企业私有项目,如果想提交代码贡献 feature,请邮件联系我,邮件地址 (yangchao@guanghe.tv)。

License

目前使用 MIT 协议

Team

目前该项目由光合新知(北京)科技有限公司开发维护,所属团队为中学业务线技术经理团队。

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago