0.0.1 • Published 6 years ago

webpack-sftp-client-fix-no-stop-opn v0.0.1

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

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,
    //The callback function to be executed after the upload is completed
    callback:function(){
        //What needs to be done
    }
})

Copyright (c) 2016 - 2017 zhangyuhang

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

0.0.1

6 years ago