DEPRECATED: This plugin is now included in the Resin CLI by default.
Watch a local project directory and sync it on the fly.
This plugin depends on the following programs being available from the command line:
rsync
ssh
nc
Currently, this plugin only supports Cygwin. Make sure the following packages are installed:
openssh
rsync
nc
Install resin-plugin-sync
by running:
$ npm install -g resin-cli resin-plugin-sync
You can then access the resin sync
command from your terminal.
Run resin help sync
for documentation.
If you're having any problem, please raise an issue on GitHub and the Resin.io team will be happy to help.
Run the test suite by doing:
$ gulp test
- Issue Tracker: github.com/resin-io/resin-plugin-sync/issues
- Source Code: github.com/resin-io/resin-plugin-sync
Before submitting a PR, please make sure that you include tests, and that coffeelint runs without any warning:
$ gulp lint
The project is licensed under the MIT license.