kenchiang1211 / webpack-sftp-client

A plugin for webpack as an sftp client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/'
})

Copyright (c) 2016 - 2017 zhangyuhang

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

About

A plugin for webpack as an sftp client

License:MIT License


Languages

Language:JavaScript 100.0%