webpack-sftp-client

1.2.1 • Public • Published

webpack-sftp-client

Introduction

A plugin for webpack as an sftp client

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/',
    // Show details of uploading for files
    verbose: true
})

Copyright (c) 2016 - 2017 zhangyuhang

MIT (http://www.opensource.org/licenses/mit-license.php)

/webpack-sftp-client/

    Package Sidebar

    Install

    npm i webpack-sftp-client

    Weekly Downloads

    20

    Version

    1.2.1

    License

    MIT

    Last publish

    Collaborators

    • cloughzhang