1.0.7 • Published 7 years ago
react-app-sync v1.0.7
react-app-sync
Share and sync code between create-react-apps
.
└───shared
└───cra1
└───src
└───shared
└───cra2
└───src
└───shared "scripts": {
"sync-out": "react-app-sync out",
"sync-in": "react-app-sync in"
},react-app-sync out // ./src/shared -> ../sharedreact-app-sync out // ../shared -> ./src/shared-each can be own git repo: cra1, cra2, and shared
-using rsync works on macOS, Linux