2.0.10 • Published 8 months ago

@mango-scripts/dev-scripts v2.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

安装

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

注意:这是一个 纯ESM包

使用

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

changeExtname

批量转换文件后缀名

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

addPackage

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

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

releasePackage

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

dev-scripts releasePackage

copyDist

复制多包仓库的打包 dist 产物到根目录

dev-scripts copyDist --targetDirList [targetDirList...]

gitGkd

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

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

License

MIT

2.0.10

8 months ago

2.0.8

1 year ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago