1.1.2 • Published 11 months ago

copypack v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

copypack

like links but copies.

Installation

npm install copypack

Usage

copypack <required: destination-package-directory> <zero-or-more: package-json-filter>

Defaults

The default filter is packages/*/package.json following typescript readDirectory globbing.

How it works

  1. glob all package.json files
  2. find node_modules in target package
  3. copy all packages that intersect with the globbed package.json files and the target node_modules
1.1.1

11 months ago

1.1.0

11 months ago

1.1.2

11 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago