https://github.com/ikatun/merge-projects
Merge two node/react/etc... projects into one
https://github.com/ikatun/merge-projects
Last synced: 3 months ago
JSON representation
Merge two node/react/etc... projects into one
- Host: GitHub
- URL: https://github.com/ikatun/merge-projects
- Owner: ikatun
- License: apache-2.0
- Created: 2019-03-30T01:22:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T09:30:01.000Z (almost 4 years ago)
- Last Synced: 2025-02-26T03:35:09.030Z (5 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# merge-projects
## Merge two different node projects into one
### Installation
```npm install -g merge-projects```### Example: Merging react frontend project into node backend project:
```bash
merge-projects dev/my-project-frontend dev/my-project-backend
```### Example: Merging just package.jsons of two projects
```bash
merge-projects dev/my-project-frontend dev/my-project-backend --just-package-json
```