wangyj
v0.1.0
Published
wangyj 个人常用命令库
Downloads
8
Readme
wangyj 个人常用命令库
___ ___ ___ ___ ___
/__/\ / /\ /__/\ / /\ ___ / /\
_\_ \:\ / /::\ \ \:\ / /:/_ /__/| / /:/
/__/\ \:\ / /:/\:\ \ \:\ / /:/ /\ | |:| /__/::\
_\_ \:\ \:\ / /:/~/::\ _____\__\:\ / /:/_/::\ | |:| \__\/\:\
/__/\ \:\ \:\ /__/:/ /:/\:\ /__/::::::::\ /__/:/__\/\:\ __|__|:| \ \:\
\ \:\ \:\/:/ \ \:\/:/__\/ \ \:\~~\~~\/ \ \:\ /~~/:/ /__/::::\ \__\:\
\ \:\ \::/ \ \::/ \ \:\ ~~~ \ \:\ /:/ ~\~~\:\ / /:/
\ \:\/:/ \ \:\ \ \:\ \ \:\/:/ \ \:\ /__/:/
\ \::/ \ \:\ \ \:\ \ \::/ \__\/ \__\/
\__\/ \__\/ \__\/ \__\/
安装 Install
# npm
npm i wangyj -g
# pnpm
pnpm add wangyj -g
命令 Command
| 命令名称 | 作用 | | -------- | ------------ | | wss | npm源操作 | | wdt | 项目模板操作 |
用法 Usage
Usage: wss [options] [command]
npm镜像源操作命令
Options:
-V,--version 输出版本号
-h, --help display help for command
Commands:
now 查看当前镜像源
ls 查看镜像源列表
use 切换镜像源
add 添加自定义镜像源
edit 编辑自定义镜像源
remove 删除自定义镜像源
ping 测试镜像地址速度
help [command] display help for command
Usage: wdt [options] [command]
项目脚手架命令
Options:
-V, --version 输出版本号
-h, --help display help for command
Commands:
ls 查看项目模板列表
add 添加项目模板
edit 编辑项目模板
remove 删除项目模板
init 从模板生成新项目
help [command] display help for command