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.
- Host: GitHub
- URL: https://github.com/penx/copy-dependencies
- Owner: penx
- Created: 2017-12-08T10:36:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T20:22:25.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T12:05:32.776Z (11 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/copy-dependencies
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```