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

@guandata/guanmetric

v0.1.1

Published

观远 BI 指标写操作工具 - 指标创建编辑删除、指标目录、公共维度、Excel 标准化

Downloads

344

Readme

guanmetric

观远 BI 指标写操作 CLI。

安装

npm install -g @guandata/guanmetric
guanmetric install-skill

常用命令

guanmetric template normalize 客户指标.xlsx --out standard.xlsx --report report.json
guanmetric project-create 经营指标 --dry-run
guanmetric dir-create 广告分析 --project-id <project_id> --dry-run
guanmetric create --file atomic_metric.json --dry-run
guanmetric edit <metric_id> --file patch.json --dry-run
guanmetric delete <metric_id>
guanmetric public-dim create --file public_dim.json --dry-run

版本更新

@guandata/guanmetric 0.1.1

  • 增强指标 Excel 标准化能力,支持按原子、复合和多类衍生指标拆分标准模板。
  • 新增汇总 sheet,便于用户总览待创建指标、行状态和问题说明。
  • 优化批量创建前的校验和下一步提示,帮助 Agent 引导用户补齐缺失信息后再创建指标。

@guandata/guanmetric 0.1.0

  • 新增指标写操作 CLI,承接指标创建、编辑、删除、指标主题、指标目录和公共维度管理能力。
  • 新增指标 Excel 标准化能力,可把客户指标清单整理为标准模板并输出校验报告。
  • 指标写操作独立为 guanmetric 组件,指标查询和数据读取仍由 guancli 处理。