0.0.8 • Published 6 years ago

@champkeh/project-publish-helper v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago