New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@packmule/copy-pack

Package Overview
Dependencies
Maintainers
2
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@packmule/copy-pack

Packmule pack to simply copy files to the output directory.

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
decreased by-90%
Maintainers
2
Weekly downloads
 
Created
Source

Copy Pack npm-latest

Simply copy files.

Overview

Setup

Copy Pack is included in the complete and default editions.

Current Release

npm install --save-dev @packmule/copy-pack

Nightly Build

npm install --save-dev @packmule/copy-pack@nightly

API

CopyPack()
    .include(glob: string)
    .to(path: string)

Hints

  • hash - Configures whether file name hashing is enabled or not.

Usage

Example

Copy JSON files.

import Packmule from '@packmule/core';
import CopyPack from '@packmule/copy-pack';

const packmule = new Packmule();
packmule.add(new CopyPack().include('**/data/*.json').to('data/'));
return packmule.generate();

License

MIT


Keywords

FAQs

Package last updated on 01 Apr 2023

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