Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

atom-archive/patrick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patrick Build Status

Synchronize a Git repository from one place to another.

Usage

patrick = require 'patrick'

Generate a snapshot

patrick.snapshot '/repos/here', (error, snapshot) ->
  if error?
    console.error('snapshot failed', error)
  else
    console.log('snapshot succeeded')

Mirror a snapshot

patrick.mirror '/repos/there', snapshot, (error) ->
  if error?
    console.error('mirror failed', error)
  else
    console.log('mirror succeeded')

About

Take a repo from over here and move it over there

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •