1.2.1 • Published 7 years ago

webpack-sftp-client v1.2.1

Weekly downloads
19
License
MIT
Repository
github
Last release
7 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
})

Copyright (c) 2016 - 2017 zhangyuhang

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

1.2.1

7 years ago

1.2.0

7 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago