Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 551 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 551 Bytes

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