@angular-moon/webpack-scp-client
v1.0.2
Published
a plugin for webpack as an scp client
Downloads
11
Readme
webpack-scp-client
Introduction
A plugin for webpack as an scp client
Installation
npm install --save-dev @angular-moon/webpack-scp-client
or
yarn add -D @angular-moon/webpack-scp-client
Usage
const WebpackScpClient = require('@angular-moon/webpack-scp-client');
new WebpackScpClient({
port: '22',
host: 'exmaple.com',
username: 'root',
password: 'password',
path: './build/',
remotePath: '/data/website/demo/',
// Show details of uploading for files
verbose: true
})
licenses MIT