1.0.7 • Published 5 years ago

react-app-sync v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago