Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.78 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.78 KB

@mango-scripts/dev-scripts

一些便捷的前端开发脚本,支持快捷发布 npm 包、批量转换文件后缀名、git 快捷操作等

NPM version Node version NPM Downloads License

安装

pnpm add @mango-scripts/dev-scripts -D

注意:这是一个 纯ESM包

使用

在项目 package.jsonscripts 增加脚本命令

releasePackage

在 Monorepo 仓库模式下,快捷发布 npm 包

dev-scripts releasePackage

addPackage

在 Monorepo 仓库模式下,快捷添加子目录依赖包

dev-scripts addPackage --targetDirList [targetDirList...]

changeExtname

批量转换文件后缀名

dev-scripts changeExtname --input <dirPath> --output <dirPath> --originExt <string> --targetExt <string>

gitGkd

一键切换、合并、推送目标分支

dev-scripts gitGkd --targetBranch [targetBranch...]

License

MIT