webpack-deploy-sftp

0.0.3 • Public • Published

Usage

// webpack.config.js
const WebpackDeploySftp = require('webpack-deploy-sftp')
plugins: [
  new WebpackDeploySftp({
    port: 'port',
    host: 'host',
    user: 'user',
    password: 'password',
    path: 'localPath',
    remotePath: 'remotePath'
  })
]

/webpack-deploy-sftp/

    Package Sidebar

    Install

    npm i webpack-deploy-sftp

    Weekly Downloads

    3

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    13.6 kB

    Total Files

    5

    Last publish

    Collaborators

    • yifeinianshao