auto-file-upload-plugin
v1.5.0
Published
webpack plugin,可自动化上传打包文件至远程服务器指定文件夹
Downloads
3
Maintainers
Readme
auto-file-upload-plugin
install
npm i auto-file-upload-plugin
Usage
index.js
new AutoUploadPlugin({
host: 'your remote host',
username: 'your remote username',
password: 'your remote password',
remoteDirectory: 'your remote directory',
}),