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

@hrbbeer/create-cli

v1.0.2

Published

一个简洁高效的前端项目脚手架工具,内置了一些功能模板,帮助开发者快速创建 Vue3 和 React 的初始项目,将精力主要放在之后的业务开发上。

Readme

@hrbbeer/create-cli

一个简洁高效的前端项目脚手架工具,内置了一些功能模板,帮助开发者快速创建 Vue3 和 React 的初始项目,将精力主要放在之后的业务开发上。

Git 仓库https://github.com/zhuangfeiyu/start-cli

欢迎大家提 issue 或参与建设。

✨ 特性

  • 🎯 多框架支持:Vue3、React
  • 📝 多语言支持:JavaScript、TypeScript
  • 🎨 项目类型:Admin 管理系统、Screen 数据大屏
  • 🔧 可选功能
    • 代码混淆
    • 国际化(i18n)
    • 权限管理
    • 主题切换

📦 安装

npm install -g @hrbbeer/create-cli

或使用本地链接(开发调试时):

npm link

🚀 使用

create-fy-cli <project-name>

执行命令后,按提示选择:

  1. 前端框架:vue3 / react
  2. 项目类型:admin / screen
  3. 编程语言:js / ts
  4. 功能选项:代码混淆、国际化、权限管理、主题切换

📋 示例

# 创建 Vue3 + TypeScript + Admin 项目
create-fy-cli my-admin-project

# 创建 React + JavaScript + Screen 项目
create-fy-cli my-screen-project

🛠️ 技术栈

Vue3 模板

  • Vue 3 + Vite
  • Pinia(状态管理)
  • Vue Router(路由)
  • Element Plus(UI 组件库)
  • Tailwind CSS(样式)

React 模板

  • React + Vite
  • Redux Toolkit(状态管理)
  • React Router(路由)
  • Ant Design(UI 组件库)

📝 功能说明

代码混淆

生产环境代码混淆,提升代码安全性。

国际化

支持多语言切换,默认提供中文和英文。

权限管理

完整的权限控制系统,支持角色和权限验证。

主题切换

支持浅色/深色主题切换。

📄 License

MIT