1.0.7 • Published 6 years ago

react-app-sync v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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 -> ../shared
react-app-sync out // ../shared -> ./src/shared

-each can be own git repo: cra1, cra2, and shared

-using rsync works on macOS, Linux

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago