1.2.1 • Published 8 years ago
webpack-sftp-upload v1.2.1
webpack-sftp-client
Introduction
A plugin for webpack as an sftp client.
Forked from sqhtiamo. Resolves an issue where you cannot instantiate the plugin twice to upload two different files to two different directories.
Installation
npm install webpack-sftp-clientUsage
var WebpackSftpClient = require('webpack-sftp-client');
new WebpackSftpClient({
port: '22',
host: 'exmaple.com',
username: 'root',
password: 'password',
path: './build/',
remotePath: '/data/website/demo/'
})1.2.1
8 years ago