You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, when calling sync-folders src target, the tool synchronizes the content from src to target/src. In my case I need to control the target directory name, but I cannot change the source directory name.
It would be great, if, with an additional flag, your tool could synchronize the content from src to target, so that a file src/index.js will end up in target/index.js (and not target/src/index.js).
Thanks ;) Btw. your tool is cool, I tried robocopy first, but it does not support a watch mode. Sadly, it's unusable for me due to this problem.
The text was updated successfully, but these errors were encountered:
hediet
changed the title
Copy content of directory to target rather
Copy content of directory to target
Feb 19, 2020
@hediet - did you ever get any resolution or find a way to do what you were trying to do here? This is a really cool package, but that quirk is bothering me about it.
Nope. Luckily I don't need this tool anymore - it was to make symlinks in react native/expo work by just copying the content over symlinking it. I don't use expo anymore.
Right now, when calling
sync-folders src target
, the tool synchronizes the content fromsrc
totarget/src
. In my case I need to control the target directory name, but I cannot change the source directory name.It would be great, if, with an additional flag, your tool could synchronize the content from
src
totarget
, so that a filesrc/index.js
will end up intarget/index.js
(and nottarget/src/index.js
).Thanks ;) Btw. your tool is cool, I tried robocopy first, but it does not support a watch mode. Sadly, it's unusable for me due to this problem.
The text was updated successfully, but these errors were encountered: