An open API service indexing awesome lists of open source software.

https://github.com/penx/copy-dependencies

Copy the dependencies, peerDependencies and devDependencies from one node package to another.
https://github.com/penx/copy-dependencies

Last synced: 3 months ago
JSON representation

Copy the dependencies, peerDependencies and devDependencies from one node package to another.

Awesome Lists containing this project

README

          

# copy-dependencies

Command line utility to copy the dependencies from one node package to another.

Updates the package.json file in the target folder to include the values of dependencies, peerDependencies and devDependencies from the package.json in the source folder. Does not copy any files across.

## Usage

```
npm install copy-dependencies -g
copy-dependencies ./path/to/source ./path/to/target
```