2.0.22 • Published 2 years ago

tuia-auto-upload v2.0.22

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

推啊系统后台自动上传工具

Usage

1.package.json

tuia-auto-upload: 'git@gitlab2.dui88.com:frontend/tuia-auto-upload.git#2.0.16'

2.

const path = require('path');

const TuiaAutoUpload = require('tuia-auto-upload');

(async () => {
  const uploader = await new TuiaAutoUpload({
    dir: path.join(__dirname, '../dist/'),
    originDir: '/tuia/dist/'
  })

  await uploader.start()
})()