
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
kyrie-project-cli
Advanced tools
A CLI tool to build projects. Support Vite, React, React Native,Taro, etc.
一个用于快速创建项目的命令行工具,支持多种项目模板,包括管理后台、数据可视化大屏、官网、小程序、移动应用和 Tauri 应用模板等。
您可以使用以下任一包管理器全局安装此 CLI 工具:
npm install -g kyrie-project-cli
yarn global add kyrie-project-cli
pnpm install -g kyrie-project-cli
创建新项目:
create-kyrie-project <项目名称>
运行命令后,工具将:
| 模板名称 | 描述 | 仓库地址 |
|---|---|---|
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
然后选择您需要的模板,完成后安装依赖并启动项目:
cd my-project
npm install
npm run dev
cd my-project
yarn install
yarn dev
cd my-project
pnpm install
pnpm dev
根据不同模板可能包含:
MIT © KYRIE668
FAQs
A CLI tool to build projects. Support Vite, React, React Native,Taro, etc.
We found that kyrie-project-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.