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 🙏

© 2026 – Pkg Stats / Ryan Hefner

xlt-git-reporter

v1.0.2

Published

基于 Git 提交记录,使用 AI 自动生成日报/周报

Readme

GitReport — 智能工作报告生成器(Node.js 版)

基于 Git 提交记录,使用 MiniMax AI 自动生成日报/周报。

环境要求

  • Node.js >= 18(使用原生 fetch 和 ESM)
  • Git(已安装并在 PATH 中)

快速开始

# 安装依赖
npm install

# 启动服务
npm start

# 开发模式(文件修改自动重启,Node 18+)
npm run dev

浏览器访问 http://localhost:5050

使用步骤

  1. 点击右侧「API 设置 → 展开」,填入 MiniMax API Key 并保存
  2. 在「项目管理」中输入 Git 项目的绝对路径并添加
  3. 勾选要汇总的项目
  4. 选择报告类型(日报/周报)和时间范围
  5. 填写 Git 作者名(可选,留空则汇总所有人的提交)
  6. 点击「生成报告」

MiniMax API Key 获取

前往 MiniMax 开放平台 注册,在控制台创建 API Key。

模型:MiniMax-Text-01

项目结构

git-reporter-node/
├── server.js          # Express 后端(ESM)
├── package.json
├── config.json        # 自动生成,保存配置(含 API Key,勿提交到 git)
├── reports/           # 生成的 Markdown 报告
└── public/
    └── index.html     # 前端页面

注意

  • 使用 ES Modules("type": "module"),需要 Node.js 14.16+,推荐 18+
  • config.json 包含 API Key,建议加入 .gitignore
  • 报告保存在 reports/ 目录,最多展示最近 20 条