Skip to content

nicksweet/synk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synk

Quick and dirty way to sync up remote ec2 servers with your local code. Just cd in to your local project and run sync. If you dont already have a synk.json file for your project, synk will walk you through creating one. A synk.json file is just a json object that tells synk where your remote and local dirs are, the necessary info to rsync over ssh to your ec2 machine, and a series of commands that synk should run on the remote machine after upload to restart servers and what have you. Once your synk.json file is all set up, you can just run synk in your project to get your new code live in a few seconds.

usage

Usage: synk [OPTIONS]

Options:
  	--remove, -rm            Remove the synk.json config file
 	--config, -c             Show synk.json config file
 	--help, -h               Show this message                               

install

npm install synk -g

About

synchronize a remote directory with a local one, then run a series of commands on the server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published