1.0.2 • Published 1 year ago

auto-transferfile-webpack-plugin v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

介绍

这是一个把本地代码方便快捷地提交到远程服务器中的插件。 免去了自动化操作的部署。

安装

  npm install auto-transferfile-webpack-plugin -D

参数说明

  • host - 你要连接的服务器地址
  • username - 用户名
  • passage - 密码
  • remotePath - 你要在哪个文件夹下进行覆盖

案例

plugins: [
  new FileTransferWebpackPlugin({
    host: "11.111.111.11",
    username: "root",
    passage: "123456",
    remotePath: "/root/test/",
  }),
];
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago