1.2.1 • Published 7 years ago

webpack-sftp-upload v1.2.1

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

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-client

Usage

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

7 years ago