1.0.0 • Published 4 years ago

junho-publish-plugin v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

JunhoPublishPlugin

  • Automatic deployment and generation of H plug-ins
  • You can use it app.js As a service, test the examples

example

$: npm install 
$: node app.js
// Enable another window
$: cd demo 
$: npm install
$: npm run build

configuration

new JunhoPublishPlugin({
  domain: 'http://localhost:3001/receive',
  target: 'D:\\webpackPlugin\\pubt\\upload',
  receiveType: 'merge', // replace merge
})

options

optiondescriptiintypeRequired
domainreceive server adddressStringRequired
targeremote file pathstringRequired
receiveTypeAccept file typestringRequired