1.0.2 • Published 6 years ago

@angular-moon/webpack-scp-client v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago