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

@syzlm/scaffold-cli

v1.0.5

Published

A scaffold tool for quickly creating Node.js + TypeScript projects

Readme

@syzlm/scaffold-cli

一个基于 TypeScript + Node.js 的前端项目模板下载脚手架 CLI,支持交互式选择模板并自动替换项目变量。

安装

npm install -g @syzlm/scaffold-cli

使用

syzlm scaffold

交互流程

  1. 选择模板来源
    • Web 端模板 — 基于内部 Web 项目模板(http://10.21.70.247:8080/base-project/fex/web-tpl.git
    • uni-app 模板 — 基于内部 uni-app 项目模板([email protected]:devopts/uni-app-tpl.git
    • 自定义 Git 仓库 — 输入你自己的模板仓库地址
  2. 输入项目名称(默认:syzlm-admin
  3. 输入项目描述(默认:浙江省财开管理后台
  4. 输入版本号(默认:1.0.0
  5. 输入 Git 仓库地址(仅在自定义模板时出现)
  6. 输入小程序 appid(uni-app 或自定义模板,默认:uni_app_demo
  7. 是否自动安装依赖(默认:是)

选择 uni-app 模板时,项目生成完成后会自动执行 npx --yes @syzlm/fe-ai init --architecture uni-app-uni-ui,生成对应的 AI 编码规则。

模板变量

在模板仓库的文件中,可使用以下 EJS 占位符,脚手架会在拉取后自动替换:

  • <% projectName %> — 项目名称
  • <% description %> — 项目描述
  • <% version %> — 版本号
  • <% appid %> — 小程序 appid
  • <% date %> — 当前日期(格式:YYYY-MM-DD)

支持的文件类型:.json.ts.js.tsx.vue.md.html.css.scss.yaml.yml

本地开发

pnpm install
npm run build
npm run dev

License

ISC