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 🙏

© 2025 – Pkg Stats / Ryan Hefner

goalkeeper

v1.0.3

Published

gitHooks for tjsports

Readme

Goalkeeper


使用方法

  1. npm i goalkeeper -S-dev

  2. package.json中添加

      "gitHooks": {
            "pre-commit": "goalkeeper-git-hooks-pre-commit",
            "commit-msg": "goalkeeper-git-hooks-commit-msg"
        }
  3. 编辑器上安装eslint插件(建议),并指定使用项目中的校验规则

2020/12/3

https://www.tapd.cn/61636622/markdown_wikis/show/#1161636622001000030@toc3

  • commit-msg
    • merge —— 合并代码
    • feat —— 新功能(feature)
    • fix —— 修补bug
    • docs —— 文档(documentation)
    • style —— 格式(不影响代码运行的变动)
    • refactor —— (既不是新增功能,也不是修改bug的代码变动)
    • test —— 增加测试
    • revert —— 回滚
    • config —— 构建过程或辅助工具的变动
    • chore —— 其他改动
    • perf —— 项目优化

2020/12/6

  • 合并eslint-config-goalkeeper
    • 当前已有eslint-config主要为vue技术服务。
    • 需用到其他技术请在根目录下的.eslintrc.js中配置覆盖
    • 所有依赖goalkeeper的包均会依赖eslint-config-goalkeeper
    • 若仅想使用eslint-config配置请单独依赖eslint-config-goalkeeper
  • 下次迭代小版本
    • 将git hooks从goalkeeper中分离出来
    • 安装goalkeeper将初始化一份.eslintrc.js与忽略文件
    • 发布时间1月

2020/12/29

  • 合并eslint-config-goalkeeper
    • 需用到其他技术请在根目录下的.eslintrc.js中配置覆盖
    • 所有依赖goalkeeper的包均会依赖eslint-config-goalkeeper
    • 若仅想使用eslint-config配置请单独依赖eslint-config-goalkeeper
    • 安装goalkeeper将初始化一份.eslintrc.js与忽略文件
  • 下次迭代小版本
    • 将git hooks从goalkeeper中分离出来
    • 发布时间1月