Skip to content

David2k13/webpack-sftp-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A plugin for webpack as an sftp client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%