Skip to content

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

License

Notifications You must be signed in to change notification settings

dan2dev/rsync-source

Folders and files

NameName
Last commit message
Last commit date
Aug 14, 2020
Mar 12, 2020
Mar 5, 2020
Feb 3, 2020
Feb 3, 2020
Feb 3, 2020
Feb 3, 2020
Mar 5, 2020
Jun 10, 2022
Jun 10, 2022
Feb 3, 2020
Mar 5, 2020
Feb 3, 2020

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published