This commit is contained in:
2017-03-12 22:35:36 +01:00
parent 3fe1a78bd9
commit 00bfb6535a
18 changed files with 1278 additions and 136 deletions

View File

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