1.0.9 • Published 10 years ago

node-git-cache v1.0.9

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

node-git-cache

A basic git clone and cache (using this term loosely) tool for nodejs.

Basic usage would be as follow.

var gTools = require('node-git-cache')({
  repositories: ['dewwwald/tiny-test-repo'],
  branch: 'master',
  destination: __dirname+'/app/.tmp'
});

gTools.clone(function () {
  console.log('Copying is complete');
});

TODO

  • We still need to make this structure better (maybe use promises)
  • Make clone and copy chainable
  • Improve structure where possible

Feedback

This was my first attempt at writing a Node plugin. Please provide feedback and report issues on the github issue tracker.

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4-b

10 years ago

1.0.4-a

10 years ago

1.0.4

10 years ago

1.0.3-a

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0-b

10 years ago

1.0.0-a

10 years ago

1.0.0

10 years ago