1.1.2 • Published 7 years ago

webpack-sftp v1.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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"
});
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago