1.1.0 • Published 8 years ago

resin-plugin-sync v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

resin-plugin-sync

npm version dependencies Build Status Build status

Join our online chat at Gitter chat

Watch a local project directory and sync it on the fly.

Requirements

This plugin depends on the following programs being available from the command line:

  • rsync
  • ssh
  • nc

Windows

Currently, this plugin only supports Cygwin. Make sure the following packages are installed:

  • openssh
  • rsync
  • nc

Installation

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.

Documentation

Run resin help sync for documentation.

Support

If you're having any problem, please raise an issue on GitHub and the Resin.io team will be happy to help.

Tests

Run the test suite by doing:

$ gulp test

Contribute

Before submitting a PR, please make sure that you include tests, and that coffeelint runs without any warning:

$ gulp lint

License

The project is licensed under the MIT license.