2.9.3 • Published 4 years ago

rsync-source v2.9.3

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

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.

2.9.2

4 years ago

2.9.3

4 years ago

2.9.1

4 years ago

2.8.0

4 years ago

2.7.0

4 years ago

2.6.0

4 years ago

2.5.0

4 years ago

2.3.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.0

4 years ago