qupload-bin
v1.0.0
Published
Bin wrapper for qshell qupload2 --args
Readme
qupload-bin
根据git commit hash等动态参数执行qshell qupload2
作为命令行工具
安装
npm i -g qupload-bin使用
作为项目依赖
安装
npm i -D qupload-bin使用
在package.json中增加以下内容:
"scripts": {
"deploy": "qupload"
// "deploy": "qupload --bucket=test" or with params
}在项目编译完成后,执行以下命令上传文件到七牛 CDN:
npm run deploy依赖版本
qshell-bin v2.0.0
