2.0.8 • Published 4 months ago

@mango-scripts/dev-scripts v2.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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.8

4 months ago

2.0.7

5 months ago

2.0.6

6 months ago

2.0.5

6 months ago

2.0.3

6 months ago

2.0.1

6 months ago

2.0.0

7 months ago