This commit is contained in:
2016-03-19 21:24:07 +01:00
parent fad9848fef
commit 13c82ce689
3 changed files with 7 additions and 5 deletions

View File

@ -1,11 +0,0 @@
/// <reference path="./typings/tsd.d.ts" />
var remotezip = require("./index.js");
var path = require("path");
remotezip.get({
from:"https://github.com/UmbrellaZone/legaldocs/archive/master.zip",
toPath:path.resolve("./test/"),
cb: function(){
console.log("This is a callback")
}
});