rsync-source
v2.9.3
Published
[](https://github.com/prettier/prettier) [](https://david-dm.org/dan2dev/rsync-source?type=de
Readme
rsync-source
A library that helps you reuse files in multiples projects without using symlink.
Installation
npm install rsync-sourceUsage
// import
import { copyFolderTo } from '../src/rsync-source'
// use
copyFolderTo("./some-folder", "./some-other-folder", false);