patrick

0.12.0 • Public • Published

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')

/patrick/

    Package Sidebar

    Install

    npm i patrick

    Weekly Downloads

    4

    Version

    0.12.0

    License

    none

    Last publish

    Collaborators

    • probablycorey
    • mcolyer
    • kevinsawicki