An open API service indexing awesome lists of open source software.

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

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