0.0.8 • Published 4 years ago

@champkeh/project-publish-helper v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

project-publish-helper

项目发布辅助工具

安装

yarn add @champkeh/project-publish-helper -D
或者
npm install @champkeh/project-publish-helper --save-dev

使用

# 发布test
npx pp test

# 发布uat (默认从dev分支合并代码)
npx pp uat

# 发布release (默认从dve分支合并代码)
npx pp release

# 发布uat (从test分支合并代码)
npx pp uat --from test
0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago