1.0.9 • Published 8 years ago

node-git-cache v1.0.9

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

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4-b

8 years ago

1.0.4-a

8 years ago

1.0.4

8 years ago

1.0.3-a

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0-b

8 years ago

1.0.0-a

8 years ago

1.0.0

8 years ago