0.3.4 • Published 3 years ago

ali-oss-static-web-deploy v0.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Introduction

A tool to help you deploy static web application with Ali OSS

Features

  • Keep your Ali OSS bucket mantain the minimal occupation by comparing and deleting the unnecessary files in OSS
  • Uploading commandline progress bar

Install

  • via npm
npm install --save ali-oss-static-web-deploy
  • via yarn
yarn add ali-oss-static-web-deploy

Usage

const aliOSSStaicWebDeploy = require('ali-oss-static-web-deploy')
aliOSSStaicWebDeploy({
  region: 'Your region',
  accessKeyId: 'Your access key',
  accessKeySecret: 'Your access key secret',
  bucket: 'Your bucket name',
  // for example: require('path').resolve(process.cwd(), 'dist')
  staticWebAppPath: 'Your local path to deploy'
})

If you don't know how to get the accessKeyId and accessKeySecret.

Please read the Ali RAM Documnetation

References

License

MIT

0.1.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.0.9

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

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