https://github.com/akryum/mincopy
a CLI that synchronizes two folders with minimal writes
https://github.com/akryum/mincopy
Last synced: over 1 year ago
JSON representation
a CLI that synchronizes two folders with minimal writes
- Host: GitHub
- URL: https://github.com/akryum/mincopy
- Owner: Akryum
- Created: 2022-02-21T23:21:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T13:47:40.000Z (over 4 years ago)
- Last Synced: 2025-03-17T07:21:57.361Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# mincopy
Synchronize and watch folder, with minimal write operations (by comparing file contents). Useful if a watcher is monitoring the destination folder.
Installation:
```
pnpm i -g mincopy
```
Usage:
```
mincopy some/source/folder a/destination/directory --exclude "**/node_modules/**"
```