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

bm-lowcode-designer

v1.0.0

Published

业务中台页面设计器

Readme

业务中台页面设计器

仓库列表

| git 项目 | 描述 | | ---------------------------------------------------------------------------------------------------------------- | ------ | | bm-custom-ui-material | 物料 | | bm-designeat_package | 设计器 |

分支管理

| 分支 | 描述 | | -------- | -------------------------------------------------------------- | | main | 主分支,用于正式区发布,已开启分支保护不接受推送,确保随时可发 | | test | 测试分支,用于测试区发布,必要时可以使用 main 分支重置 | | feat/xxx | 特性分支,确保自己的特性分支不要混入其他人的内容 |

  1. main分支新建自己的特性分支 feat/hello-world
  2. 完成开发后将 feat/hello-world合并到test
  3. test分支会触发测试区的 CI 流程
  4. 在测试区完成测试后,通过 gitea 的【创建合并请求】将feat/hello-world合入main
  5. main分支会触发正式区的 CI 流程

关于物料的发布

物料的项目没有云端环境,我们需要将物料 build 的产物拷贝到设计器仓库(bm-designeat_package)的public/assets目录下

  1. 在物料项目执行下面的命令:
npm run lowcode:build
node scripts/copy.js
  1. 在 bm-designeat_package 目录下提交物料的产物

正式区发布流程

  1. Drone获取最新的版本号,如 v1.1.0.2110 drone
  2. 发版记录登记,务必在【原因】一列写清楚本次改动的内容,不要遗漏
  3. 在【数智应用应用设计开发群】联系运维同学 @吴垚 发版