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

uhutu-cli

v1.3.2

Published

uhutu-cli

Readme

项目使用

Circle CI npm version

这是一个命令行项目,用于生成react-native代码。

安装

  • 安装 Node.js
  • 安装react-native npm install -g react-native
  • 然后执行:
npm install -g uhutu-cli
  • 如果启用voip等额外功能需要安装pod

使用方法

  • 在一个空文件夹,执行uhutu-cli --config,该操作将在当前目录创建一个config.json文件。编译该config.json文件,修改对应的值。
  • 执行uhutu-cli --install,该操作会初始化的各个项目。分别为react,vue,weapp项目。
  • 执行uhutu-cli --build,该操作会持续监听dev文件夹下的html文件和sass文件。实时生成对应的文件。
  • 命令行参数参考uhutu-cli --help

项目文件夹目录

config.json 配置文件
dev 开发代码文件夹

pages 页面相关目录
master 模板文件夹,子文件夹按照不同项目命名,如react,vue,weapp
statics 静态资源,子文件夹按不同项目命名,里面的文件会在执行build命令时拷贝到对应的实际项目目录下。

disk cli生成的文件夹目录

disk_config.json 系统生成的配置文件的最终版

logs 文件夹
reactdemo React项目文件夹

编写代码

执行build操作,该操作会持续监听dev文件夹下的html文件和sass文件。实时生成对应的文件。

uhutu-cli --build