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

https://github.com/jamiepine/reposync

A handy non frustrating alternative to NPM Link that works with Metro Bundler in React Native
https://github.com/jamiepine/reposync

Last synced: 6 months ago
JSON representation

A handy non frustrating alternative to NPM Link that works with Metro Bundler in React Native

Awesome Lists containing this project

README

          

Edit first lines of sync.js to choose the directories to watch and which repositories to copy to. Paths are relative to this sync script.

```
// copy & watch repos
const watchRepos = ['../repoOne']

// to repos
let repos = ['../repoTwo'];
```

Above will move the files inside "repoOne" into "repoTwo/node_modules/repoOne"

The .git_ignore in "repoOne" is read and respected when copying files.