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

hui-tool

v0.0.14

Published

恒生前端HUI开发工具箱

Downloads

5

Readme

hui-tool 是基于 nodejs 构建的一个命令行工具,可以快速搭建hui系统框架的开发工程环境(结合 VSCode 最佳)、本地开发调试、设备联机调试、集成优化出包,以及面向云平台的快速发布。

安装

npm hui-tool -gd lighting
# OR
npm hui-tool -gd lighting --registry=https://registry.npm.taobao.org

hui-tool 安装完成后在命令行窗口内键入 hui-tool -h 可以查看当前工具的版本号以及指令列表,这样 light 的开发环境就搭建好了。


$ hui-tool
    _   _   _   _   _           _____   _____   _____   _
   | | | | | | | | | |         |_   _| /  _  \ /  _  \ | |
   | |_| | | | | | | |  ______   | |   | | | | | | | | | |
   |  _  | | | | | | | |______|  | |   | | | | | | | | | |
   | | | | | |_| | | |           | |   | |_| | | |_| | | |___
   |_| |_| \_____/ |_|           |_|   \_____/ \_____/ |_____|    CLI 0.0.3


    Usage:

        hui-tool create ....................生成外框架代码(暂不支持)
        hui-tool biz .......................生成子系统代码及操作员中心sql
        hui-tool view.......................生成业务页面代码及操作员中心页面sql
        hui-tool package....................异构系统打包成SEE发布物(还未开发)

更新记录

v0.0.13

  1. package名字对于异常

v0.0.12

  1. 异构系统打包增加应用类型

v0.0.11

  1. 增加打开hui官网和hchart官网

v0.0.10

  1. 增加异构系统打包功能

v0.0.9

  1. 父级id没加bug

v0.0.8

  1. 静态menus生成

v0.0.7

  1. router逗号bug

v0.0.6

  1. 增加router的逗号
  2. 支持选择父页面

v0.0.5

  1. 页面代码生成

v0.0.4

  1. 子系统代码生成

v0.0.3

  1. 实现参数传值

v0.0.2

  1. 简单框架

v0.0.1

  1. 初始版本