node-sync-files
node-sync-files copied to clipboard
How can I ignore a folder?
Hi, I need a way to ignore several folders from being synced. How can I do that?
I'd also like the ability to exclude particular files or folders. The ability to use glob patterns would be great!
The ability to add timestamps would also be awesome.
I think the project is dead.
On Friday, September 16, 2016, Travis Gray [email protected] wrote:
The ability to add timestamps would also be awesome.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/byteclubfr/node-sync-files/issues/4#issuecomment-247645951, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJoQkJG0AXMAeSzIlEt8IemyVwIedXGks5qqsPzgaJpZM4J17uL .
-- Arthur
hmm, maybe so
@graywithanA @artknight
I recently had the exact same issue.
So I developed my own glob based version.
go check it, hope it helps sync-glob
@AndyOGo @artknight @graywithanA also worth mentioning is mysticatea/cpx
@muloka
Also nice, I like the transform
option.
Though I miss exclude
and multiple sources
features (which sync-glob
provides)...
@AndyOGo @muloka Thanks for the suggestions. I just got back to my computer for the first time in a month and will definitely check these out. It looks like @AndyOGo has added the transform option to his package so that one might be the winner!