webpack-sftp

1.1.2 • Public • Published

sftp plugin for webpack

this is a sftp-webpack-plugin and can upload files a remote server


  • how to use

install this npm package

  npm i webpack-sftp

use it in webapck configfile with follow:

var sftpFile = require("webpack-sftp");
var sftp = new sftpFile({
    port: "xx",
    host: "xxx",
    username: "xxxx",
    password: "xxxx",
    from: xxx,
    to: "xxx"
});

Readme

Keywords

Package Sidebar

Install

npm i webpack-sftp

Weekly Downloads

0

Version

1.1.2

License

ISC

Last publish

Collaborators

  • shuizhongyue