Skip to content

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

License

Notifications You must be signed in to change notification settings

pcarranzav/resin-plugin-sync

 
 

Repository files navigation

resin-plugin-sync

npm version dependencies Build Status

Join our online chat at Gitter chat

DEPRECATED: This plugin is now included in the Resin CLI by default.

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 62.6%
  • JavaScript 37.4%