1.0.5 • Published 3 years ago

sdkuploader v1.0.5

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

SDKUploader

Introduction

This is used to upload static assets in bulk for the project @enn/view-plus-sdk. It can also be used for other purposes if you know how to utilize the commands below.

Install

yarn global add sdkuploader

Usages

Upload

Usage: sdkup start [options]

Options:
  -p, --prefix <prefix>            Set CommonPrefix
  -r, --replacement <replacement>  Set Replacement
  -f, --folder <folder...>         Set Uploading Folder
  -h, --help                       display help for command

Server

Simply type node app.js into the terminal to start a Koa-based local server on port 3000.As a result, you may use it to test upload if you're not confident about your procedure.