Skip to content

Take a repo from over here and move it over there

License

Notifications You must be signed in to change notification settings

isabella232/patrick-1

 
 

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

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%