Socket
Socket
Sign inDemoInstall

@dawnjs/dn-middleware-copy

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dawnjs/dn-middleware-copy

A middleware to copy files


Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Weekly downloads
 
Created
Source

@dawnjs/dn-middleware-copy

npm npm

Usage

build:
  - name: '@dawnjs/dn-middleware-copy'
    log: true
    files:
      ./build/demo1/(1)/(0).(ext): ./demo/**/*.*
      ./build/demo2/: ./demo/**/*.*
    filter: true
  - name: '@dawnjs/dn-middleware-webpack'

Options

NameTypeDefaultDescription
fromstring"./"Root path of source files, relative to current working directory
tostring"./"Root path of destination files, relative to current working directory
filesRecord<string, string>{}Specify key-value pairs corresponding to destination/source and source/destination files pattern
directionstring<-Specify copy direction for files. <- for right to left, -> for left to right
logbooleantrueOutput log
dotbooleantrueWhether include dot files while scan files by source glob pattern or not
overridebooleantrueWhether override exist destination files or not
filterboolean | string | FunctionProcess source file's content with custom function

FAQs

Package last updated on 14 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc