A library that helps you reuse files in multiples projects without using symlink.
npm install rsync-source
// import
import { copyFolderTo } from '../src/rsync-source'
// use
copyFolderTo("./some-folder", "./some-other-folder", false);
A library that helps you reuse files in multiples projects without using symlink.
npm install rsync-source
// import
import { copyFolderTo } from '../src/rsync-source'
// use
copyFolderTo("./some-folder", "./some-other-folder", false);