1.0.9 • Published 9 years ago

node-git-cache v1.0.9

Weekly downloads
3
License
ISC
Repository
github
Last release
9 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

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4-b

9 years ago

1.0.4-a

9 years ago

1.0.4

9 years ago

1.0.3-a

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0-b

9 years ago

1.0.0-a

9 years ago

1.0.0

9 years ago