0.2.0 • Published 6 years ago

remote-sync-ds v0.2.0

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

Remote Sync DS

NPM

Standalone script, mimicking the function of the Atom package remote-sync.

Installation

You may either install Remote Sync DS as a standalone tool, or bundle it with your project.

Standalone

To install Remote Sync DS for global usage, install it by entering

sudo npm -g install remote-sync-ds

Project-based

Add Remote Sync DS to any project where you're using "remote-sync" (look for a file called .remote-sync.json) and install Remote Sync DS by entering

yarn add -D remote-sync-ds

Add to your package.json in the scripts section

"scripts": {
	…
	"sync": "remote-sync-ds",
	…
}

Usage

When in your project directory (again, any gitted folder with a .remote-sync.json) enter remote-sync-ds (global) or yarn sync (project-based). Every file changed will be uploaded to the server defined in .remote-sync.

0.2.0

6 years ago

0.1.0

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago