sdkuploader
v1.0.5
Published
## 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.
Downloads
2
Readme
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.