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

zdt

v1.0.5

Published

- [x] 自动提测 - [x] 自动关闭jira中bug - [x] 运维平台 + jira平台整合 - [x] 支持本地项目目录配置相关配置文件 - [x] 支持多目录工程配置文件继承 - [x] 配置文件正确性检查 - [x] 支持命令行工具运行 - [x] 支持自动获取commit msg信息填充至原因 - [] 支持本地存储密码加密 - [] 支持git分支自动获取选择 (当没有指定分支名时) - [] 支持默认当前运行目录文件名作为配置appName - [x] 支持调用

Downloads

2

Readme

功能

  • [x] 自动提测
  • [x] 自动关闭jira中bug
  • [x] 运维平台 + jira平台整合
  • [x] 支持本地项目目录配置相关配置文件
  • [x] 支持多目录工程配置文件继承
  • [x] 配置文件正确性检查
  • [x] 支持命令行工具运行
  • [x] 支持自动获取commit msg信息填充至原因
  • [] 支持本地存储密码加密
  • [] 支持git分支自动获取选择 (当没有指定分支名时)
  • [] 支持默认当前运行目录文件名作为配置appName
  • [x] 支持调用微信自动通知到相关测试人员
  • [x] 优化配置文件合并规则
{
    "username": "Bin.Liu20",
    "password": "xxxx",
    "branchName": "feature_22_Q4_sprint5",
    "appName": "rvdc-web",
    "jira-iterationName": "OTA_C 23Q1 Sprint 1",
    "jira-fixVersion": "云端20230106",
    "testerList": ["测试人员手机号"],
    "webhookURL": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=5ac2541e-3a4e-4a16-a725-8d25019443bd"
}