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'
  })
]

Package Sidebar

Install

npm i webpack-deploy-sftp

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

13.6 kB

Total Files

5

Last publish

Collaborators

  • yifeinianshao