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

icey-cli

v0.0.7

Published

提供多个情景下的项目模板,快捷搭建项目🎉

Downloads

10

Readme

icey-cli 🚀

一个现代化的项目脚手架工具,提供多种项目模板,让您快速搭建项目!

✨ 特性

  • 🎯 多模板支持 - Vue、React、TypeScript、UnoCSS 等丰富模板
  • 🚀 快速创建 - 交互式界面,几步完成项目搭建
  • 🌐 实时更新 - 自动获取最新模板列表
  • 💡 简单易用 - 直观的命令行操作

🚀 快速开始

使用 npx(推荐,无需安装)

# 交互式创建项目
npx icey-cli create

# 查看可用模板
npx icey-cli ls

全局安装使用

# 安装
npm install -g icey-cli

# 创建项目
icey-cli create

# 查看模板列表
icey-cli ls

# 检查更新
icey-cli update

📋 使用说明

基本流程

  1. 运行 npx icey-cli createicey-cli create
  2. 选择项目模板
  3. 输入项目名称
  4. 输入项目描述(可选)
  5. 等待项目创建完成

命令选项

# 基本创建(推荐)
icey-cli create

# 指定项目名称
icey-cli create my-project

# 指定模板
icey-cli create -t cloud-template

# 强制覆盖已存在的文件夹
icey-cli create -f

# 跳过项目信息配置
icey-cli create -i

🎨 可用模板

  • cloud-template - Vue 3 + Vite + TypeScript 现代化开发模板
  • elysia-starter - Elysia 框架后端模板(含 Prisma、Swagger)
  • nestjs-starter - NestJS 后端模板(含 Prisma、Scalar)
  • vue-starter-h5 - Vue H5 移动端开发模板

运行 npx icey-cli ls 查看最新模板列表

🛠️ 开发

# 克隆项目
git clone https://github.com/IceyWu/icey-cli.git

# 安装依赖
cd icey-cli && npm install

# 本地测试
npm link && icey-cli --help

📄 License

MIT License


喜欢这个项目?给个 ⭐️ 支持一下吧!