smartarchive/test.js
2016-01-18 22:17:24 +01:00

5 lines
229 B
JavaScript

/// <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/") });