1.0.2 • Published 6 years ago

qcloud-cos-deploy v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

QCloud COS Deploy

Usage

npm i qcloud-cos-deploy

CLI

// package.json
{
    //...
    "scripts": {
        "deploy": "qcloud-cos-deploy dist --bucket tdu-static-1255927758 --region ap-guangzhou --secret-id xxx --secret-key xxx -i index\\.html"
    }
}
npm run deploy

Code

// any.js

const deploy = require('qcloud-cos-deploy')

deploy({ region: '', bucket: '', secretId: '', secretKey: '', ignore: '' })

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago