You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dap 12d0ba24e5
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
8 months ago
..
bin chore: init project 2 years ago
src Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev 8 months ago
README.md chore: update dependencies and documentation, optimize build toolchain (#6060) 8 months ago
build.config.ts chore: init project 2 years ago
package.json chore: release v5.5.6 8 months ago
tsconfig.json chore: update deps 2 years ago

README.md

@vben/vsh

一个 Shell 脚本工具集合,用于 Vue Vben Admin 项目的开发和管理。

功能特性

  • 🚀 基于 Node.js 的现代化 Shell 工具
  • 📦 支持模块化开发和按需加载
  • 🔍 提供依赖检查和分析功能
  • 🔄 支持循环依赖扫描
  • 📝 提供包发布检查功能

安装

# 使用 pnpm 安装
pnpm add -D @vben/vsh

# 或者使用 npm
npm install -D @vben/vsh

# 或者使用 yarn
yarn add -D @vben/vsh

使用方法

全局安装

# 全局安装
pnpm add -g @vben/vsh

# 使用 vsh 命令
vsh [command]

本地使用

# 在 package.json 中添加脚本
{
  "scripts": {
    "vsh": "vsh"
  }
}

# 运行命令
pnpm vsh [command]

命令列表

  • vsh check-deps: 检查项目依赖
  • vsh scan-circular: 扫描循环依赖
  • vsh publish-check: 检查包发布配置