https://github.com/gr2m/node-live-sync
watches for file changes and syncs via sftp (more options to be added)
https://github.com/gr2m/node-live-sync
Last synced: about 1 year ago
JSON representation
watches for file changes and syncs via sftp (more options to be added)
- Host: GitHub
- URL: https://github.com/gr2m/node-live-sync
- Owner: gr2m
- Created: 2013-02-06T10:07:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T06:48:01.000Z (over 5 years ago)
- Last Synced: 2025-04-11T14:03:41.571Z (about 1 year ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Live Sync!
============
Watches a folder for file changes and automatically syncs them via SFTP to a remote server.
Install
---------
`$ npm install -g live-sync`
Usage
-------
`$ live_sync `
Todos
-------
* Add more transport layers, for example FTP.