1.1.2 • Published 2 years ago

copypack v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago