rsync-source
TypeScript icon, indicating that this package has built-in type declarations

2.9.3 • Public • Published

rsync-source

styled with prettier Dev Dependencies Donate

A library that helps you reuse files in multiples projects without using symlink.

Installation

npm install rsync-source

Usage

// import
import { copyFolderTo } from '../src/rsync-source'
 
// use
copyFolderTo("./some-folder", "./some-other-folder", false);

Attention

Files that don't exist in the source will be deleted from the destination directory.

Dependencies (6)

Dev Dependencies (37)

Package Sidebar

Install

npm i rsync-source

Weekly Downloads

16

Version

2.9.3

License

MIT

Unpacked Size

45.3 kB

Total Files

10

Last publish

Collaborators

  • dan2dev