Skip to content

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

Notifications You must be signed in to change notification settings

penx/copy-dependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published