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 🙏

© 2025 – Pkg Stats / Ryan Hefner

cli-every

v1.0.2

Published

全新的脚手架工具 > 支持自定义模板

Downloads

11

Readme

LU38_PC_TOOLS_CLI

全新的脚手架工具

支持自定义模板

当前版本

3.0.1

工具安装与更新

  1. 安装 npm i -g @lu38/pc-tools-cli
  2. 更新工具 npm update -g @lu38/pc-tools-cli
  3. 查看当前版本 tm -v
  4. 查看帮助 tm -h

使用帮助

demo

查看当前工具列表

tm list | tm l 查看当前支持的工具列表

执行具体脚手架工具

tm r {cli name} ...params

模板

脚手架现支持的功能与自定义模板传送门: 脚手架模板仓库

创建工作条目录

ts-sev

创建工作条调用目录, 默认包含fetch,wb文件夹,fetch 文件夹下默认生成对应组件文件

  1. pc ts-sev serverName? typescript版本
  2. pc sev serverName? js版本

以上serverName也就是你要调的后台名称可选如果不填,执行中也会让你填

创建工作条需要在项目中创建好server目录,在项目根目录中执行 该命令会自动查找所有server 目录, 然后显示目录列表通过上下键选择目标文件夹

ts-sev-png

创建工作条

ts-wkb

创建基本的工作条调用js或ts

  1. pc ts-wkb wkbName? 创建typescript版本工作条脚本
  2. pc wkb wkbName? 创建js版本工作条脚本

以上wkbName也就是工作条名称可选如果不填,执行中也会让你填

该指令同样希望你在项目的根目录中执行
工具会自动查找你项目中所有的工作条调用目录并列出来让你选择,

ts-wkb-png