Skip to content

angular-moon/webpack-scp-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A plugin for webpack as an scp client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%