Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ikatun/merge-projects

Merge two node/react/etc... projects into one
https://github.com/ikatun/merge-projects

Last synced: about 2 months ago
JSON representation

Merge two node/react/etc... projects into one

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
```