npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

teambition-scrum-planing

v1.3.5

Published

teambition-scrum-planing (以下简称 TSP)为一个 teambition 第三方扩展 CLI 工具,主要用于提供 scrum 迭代信息同步相关插件,帮助技术经理和 scrum master 自动化生成文档和统计相关效率信息。主要分为以下几个 feature: * notice (生成迭代公告文档) * plan (生成开发计划文档) * time(pending) * teachPlan(pending) * reset (退出当前账户) ## 安装及使用 你可以使用 npm 进

Downloads

8

Readme

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,请邮件联系我,邮件地址 ([email protected])。

License

目前使用 MIT 协议

Team

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