https://github.com/pea3nut/sync-file
A very simple CLI tools, sync you files from A to B
https://github.com/pea3nut/sync-file
cli nodejs sync-files synchronization
Last synced: 12 months ago
JSON representation
A very simple CLI tools, sync you files from A to B
- Host: GitHub
- URL: https://github.com/pea3nut/sync-file
- Owner: pea3nut
- License: mit
- Created: 2017-08-16T07:45:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T09:24:19.000Z (almost 9 years ago)
- Last Synced: 2025-07-04T09:52:22.237Z (12 months ago)
- Topics: cli, nodejs, sync-files, synchronization
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sync-file
A very simple CLI tools, synchronization you files from A to B
# Use
first, install it
```
npm install sync-file -g
```
second, enter you expect files path in CLI
```
sync-file src test/demo/lib
```
then, if ./src file changed, the changed will synchronization in `./test/demo/lib`
# License
MIT