sync-my-folder
v0.0.2
Published
Sync current folder accross multiple machines, so that you can work with your friend :) !
Downloads
2
Readme
Syncer
sync current folder with friends to work together and get live updates
WARNING : BETA STUFF.. for playing
Getting Started
> npm install -g sync-my-folder
Thats it :) !. now you can use it from any folder in your computer
Usage example
start server inside folder
> syncer
connect using a client from another machine/folder
syncer port=2020 host=192.168.1.5
Development
1. git clone [email protected]:alzalabany/syncer.git
2. cd syncer && npm install;
3. chmod +x ./index.js <---------------- you might need to do that if u got "cannot execute file" permission denied
4. npm install -g;
5. thats it, use it from anywhere on your computer ! also if u update index.js, your installation will update automaticlly.