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

kyrie-project-cli

v1.5.0

Published

A CLI tool to build projects. Support Vite, React, React Native,Taro, etc.

Readme

kyrie-project-cli

一个用于快速创建项目的命令行工具,支持多种项目模板,包括管理后台、数据可视化大屏、官网、小程序、移动应用和 Tauri 应用模板等。

安装

您可以使用以下任一包管理器全局安装此 CLI 工具:

npm

npm install -g kyrie-project-cli

yarn

yarn global add kyrie-project-cli

pnpm

pnpm install -g kyrie-project-cli

使用方法

创建新项目:

create-kyrie-project <项目名称>

运行命令后,工具将:

  1. 检查目录是否已存在(如存在会询问是否覆盖)
  2. 提供模板选择菜单
  3. 从 GitHub 克隆选定的模板
  4. 自动清理 Git 历史记录
  5. 提供下一步操作指引

支持的项目模板

| 模板名称 | 描述 | 仓库地址 | | ---------------------- | ----------------------------------------- | ---------------------------------------------------------------------------- | | admin | 管理后台系统模板 | kyrie-admin | | visualization-screen | 数据可视化大屏模板 | visualization-screen | | official-website | 官方网站模板 | kyrie-website | | taro-mini-program | Taro 小程序模板 | weapp-taro4 | | react-native-app | React Native 移动应用模板 | native-app | | react-native-expo | React Native 移动应用模板(使用 expo 构建) | native-expo | | tauri-app | Tauri 应用模板(Vite+React) | tauri-app | | next13-template | Nextjs13模板 | next13-template | | H5-template | React H5 页面应用模板 | H5-template

示例

创建一个名为 "my-project" 的新项目:

create-kyrie-project my-project

然后选择您需要的模板,完成后安装依赖并启动项目:

使用 npm

cd my-project
npm install
npm run dev

使用 yarn

cd my-project
yarn install
yarn dev

使用 pnpm

cd my-project
pnpm install
pnpm dev

特性

  • 🚀 快速项目初始化
  • 📦 多种预配置模板
  • 🎨 现代化技术栈(根据模板而定)
  • 🔧 自动清理 Git 历史
  • 💡 友好的交互式命令行界面
  • ⚡ 基于 Vite 构建(部分模板)

技术栈

根据不同模板可能包含:

  • Vite
  • ShadCN UI
  • TypeScript
  • Tailwind CSS
  • React
  • Taro(小程序模板)
  • React Native(移动应用模板)
  • Tauri
  • H5 Web

GitHub

https://github.com/kyrie668

许可证

MIT © KYRIE668