now working

This commit is contained in:
2016-01-18 22:17:24 +01:00
parent 228a913e36
commit 11464d2eee
7 changed files with 92 additions and 5 deletions

4
test.js Normal file
View File

@@ -0,0 +1,4 @@
/// <reference path="./typings/tsd.d.ts" />
var remotezip = require("./index.js");
var path = require("path");
remotezip({ from: "https://github.com/UmbrellaZone/legaldocs/archive/master.zip", toPath: path.resolve("./test/") });