@angular-moon/webpack-scp-client

a plugin for webpack as an scp client

Usage no npm install needed!

<script type="module">
  import angularMoonWebpackScpClient from 'https://cdn.skypack.dev/@angular-moon/webpack-scp-client';
</script>

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